change overflow-x hidden to clip

This commit is contained in:
Skwodo 2023-03-02 21:01:38 +01:00
parent 734936d819
commit f5f96bc4f4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ a > .hljs {
the screen on small screens. Without it, dragging on mobile Safari
will want to reposition the viewport in a weird way.
*/
overflow-x: hidden;
overflow-x: clip;
}
/* Menu Bar */