Spaces:
Runtime error
Runtime error
Scrollbar debug
Browse files- templates/scroll_debug.html +10 -0
templates/scroll_debug.html
CHANGED
@@ -6,6 +6,16 @@
|
|
6 |
<meta name="viewport" content="width=device-width" />
|
7 |
<title>Show Shapes</title>
|
8 |
<!-- <link rel="stylesheet" href="../static/css/main.css" /> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
</head>
|
10 |
|
11 |
<body>
|
|
|
6 |
<meta name="viewport" content="width=device-width" />
|
7 |
<title>Show Shapes</title>
|
8 |
<!-- <link rel="stylesheet" href="../static/css/main.css" /> -->
|
9 |
+
<style>
|
10 |
+
body {
|
11 |
+
overflow: auto;
|
12 |
+
}
|
13 |
+
|
14 |
+
html {
|
15 |
+
height: 110%;
|
16 |
+
margin-bottom: 0.01em;
|
17 |
+
}
|
18 |
+
</style>
|
19 |
</head>
|
20 |
|
21 |
<body>
|