mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 06:12:43 +00:00
change overflow-x hidden to clip
This commit is contained in:
parent
734936d819
commit
f5f96bc4f4
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue