mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 10:33:22 +00:00
Fix horizontal overscroll issue on large screens (#2989)
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
}
|
||||
body:has(.page-full-width) .scroll-nojump {
|
||||
margin-left: 0;
|
||||
width: calc(100% + var(--scrollbar-width));
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user