Skip to content

Commit eac87ce

Browse files
committed
index.html: Eliminate vertical scroll bar on IE7
1 parent 7a74a06 commit eac87ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/deepzoom/templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<title>Slide Viewer</title>
33

44
<style type="text/css">
5+
html {
6+
overflow: hidden;
7+
}
58
body {
69
margin: 5px;
710
}

0 commit comments

Comments
 (0)