Browse Source

Fixes printing regression a10fde1

Yury Delendik 11 years ago
parent
commit
193b55dba0
  1. 3
      web/viewer.css

3
web/viewer.css

@ -1677,6 +1677,8 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
display: none; display: none;
border: none; border: none;
box-shadow: none; box-shadow: none;
background-clip: content-box;
background-color: white;
} }
.page[data-loaded] { .page[data-loaded] {
@ -1698,6 +1700,7 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
position: relative; position: relative;
top: 0; top: 0;
left: 0; left: 0;
display: block;
} }
} }

Loading…
Cancel
Save