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 ca46086 commit 734936dCopy full SHA for 734936d
src/theme/css/chrome.css
@@ -12,7 +12,16 @@ a > .hljs {
12
color: var(--links);
13
}
14
15
+/*
16
+ body-container is necessary because mobile browsers don't seem to like
17
+ overflow-x on the body tag when there is a <meta name="viewport"> tag.
18
+*/
19
#body-container {
20
+ /*
21
+ This is used when the sidebar pushes the body content off the side of
22
+ the screen on small screens. Without it, dragging on mobile Safari
23
+ will want to reposition the viewport in a weird way.
24
+ */
25
overflow-x: hidden;
26
27
0 commit comments