Skip to content

Commit f5f96bc

Browse files
committed
change overflow-x hidden to clip
1 parent 734936d commit f5f96bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/css/chrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a > .hljs {
2222
the screen on small screens. Without it, dragging on mobile Safari
2323
will want to reposition the viewport in a weird way.
2424
*/
25-
overflow-x: hidden;
25+
overflow-x: clip;
2626
}
2727

2828
/* Menu Bar */

0 commit comments

Comments
 (0)