We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0079184 commit ca46086Copy full SHA for ca46086
src/theme/css/chrome.css
@@ -12,6 +12,10 @@ a > .hljs {
12
color: var(--links);
13
}
14
15
+#body-container {
16
+ overflow-x: hidden;
17
+}
18
+
19
/* Menu Bar */
20
21
#menu-bar,
src/theme/index.hbs
@@ -54,6 +54,7 @@
54
{{/if}}
55
</head>
56
<body>
57
+ <div id="body-container">
58
<!-- Provide site root to javascript -->
59
<script>
60
var path_to_root = "{{ path_to_root }}";
@@ -309,5 +310,6 @@
309
310
311
312
313
+ </div>
314
</body>
315
</html>
0 commit comments