Skip to content

Commit

Permalink
Merge pull request #2039 from Skwodo/master
Browse files Browse the repository at this point in the history
Change overflow-x hidden to clip
  • Loading branch information
ehuss authored Mar 4, 2023
2 parents 1668ab7 + f5f96bc commit 703a215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 703a215

Please sign in to comment.