fix overflow-x on mobile
This commit is contained in:
parent
0079184c16
commit
ca46086e79
|
@ -12,6 +12,10 @@ a > .hljs {
|
|||
color: var(--links);
|
||||
}
|
||||
|
||||
#body-container {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Menu Bar */
|
||||
|
||||
#menu-bar,
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
{{/if}}
|
||||
</head>
|
||||
<body>
|
||||
<div id="body-container">
|
||||
<!-- Provide site root to javascript -->
|
||||
<script>
|
||||
var path_to_root = "{{ path_to_root }}";
|
||||
|
@ -309,5 +310,6 @@
|
|||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue