1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Use 'hidden' instead of display: none

This commit is contained in:
Vivien Nicolas 2011-10-18 21:40:59 +02:00
parent b378314857
commit 20efacb3a1
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,10 @@ body {
padding: 0px;
}
[hidden] {
display: none;
}
/* === Toolbar === */
#controls {
background-color: #eee;

View file

@ -82,7 +82,7 @@
<div id="sidebarScrollView">
<div id="sidebarView"></div>
</div>
<div id="outlineScrollView" style="display:none">
<div id="outlineScrollView" hidden='true'>
<div id="outlineView"></div>
</div>
<div id="sidebarControls">