Skip to content

Commit 4d37adc

Browse files
committed
baselining the z-index to 0
1 parent d728c89 commit 4d37adc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

public/stylesheets/DV/themes/plain.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
.DV-docViewer {
44
border: 1px solid #aaa;
55
line-height: normal;
6+
position: relative;
7+
z-index: 0;
68
}
79
.DV-headerHat, .DV-title, .DV-contentsHeader {
810
display: none !important;
@@ -12,7 +14,7 @@
1214
border-bottom: 1px solid #777;
1315
position: relative;
1416
z-index: 20000;
15-
box-shadow: 0 0 25px rgba(0,0,0,.35); -webkit-box-shadow: 0 0 25px rgba(0,0,0,.35); -moz-box-shadow: 0 0 25px rgba(0,0,0,.35);
17+
box-shadow: 0 0 25px rgba(0,0,0,0.35); -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.35); -moz-box-shadow: 0 0 25px rgba(0,0,0,0.35);
1618
}
1719
.DV-controls {
1820
margin-top: 0;

0 commit comments

Comments
 (0)