UX: Prevent unexpected preview scroll in Firefox when using grid (#23777)

This commit is contained in:
Penar Musaraj 2023-10-05 10:58:17 -04:00 committed by GitHub
parent c00fd3e17d
commit 3ff628eb78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
flex-direction: column;
margin-left: 16px;
overflow: auto;
overflow-anchor: none;
cursor: default;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;