mirror of
https://github.com/rust-lang/mdBook
synced 2025-01-18 23:44:02 +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
|
the screen on small screens. Without it, dragging on mobile Safari
|
||||||
will want to reposition the viewport in a weird way.
|
will want to reposition the viewport in a weird way.
|
||||||
*/
|
*/
|
||||||
overflow-x: hidden;
|
overflow-x: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Menu Bar */
|
/* Menu Bar */
|
||||||
|
|
Loading…
Reference in a new issue