mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: make document overflow hidden on both axis when lightbox is open (#22775)
Fixes issue with scrolling background when lightbox is opened on mobile. Since we rely on swiping for navigating lightbox galleries on mobile, we want to disable document scrolling.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* Main document */
|
||||
|
||||
html.has-lightbox {
|
||||
overflow-y: hidden;
|
||||
overflow: hidden;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user