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:
parent
b378314857
commit
20efacb3a1
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,10 @@ body {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* === Toolbar === */
|
||||
#controls {
|
||||
background-color: #eee;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue