mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Prevent unexpected preview scroll in Firefox when using grid (#23777)
This commit is contained in:
parent
c00fd3e17d
commit
3ff628eb78
@ -62,6 +62,7 @@
|
||||
flex-direction: column;
|
||||
margin-left: 16px;
|
||||
overflow: auto;
|
||||
overflow-anchor: none;
|
||||
cursor: default;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overscroll-behavior: contain;
|
||||
|
Loading…
Reference in New Issue
Block a user