Merge pull request #2039 from Skwodo/master

Change overflow-x hidden to clip
This commit is contained in:
Eric Huss 2023-03-04 14:05:01 -08:00 committed by GitHub
commit 703a215ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */