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