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;
|
flex-direction: column;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
overflow-anchor: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
|
Loading…
Reference in New Issue