UX: remove horizontal scoll from narrow screens (#16657)

This commit is contained in:
Kris 2022-05-05 11:34:01 -04:00 committed by GitHub
parent 81580e559c
commit 4b92175d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
backface-visibility: hidden; /** do magic for scrolling performance **/ backface-visibility: hidden; /** do magic for scrolling performance **/
> .wrap { > .wrap {
box-sizing: border-box;
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -184,6 +184,7 @@ input {
} }
#main-outlet-wrapper { #main-outlet-wrapper {
box-sizing: border-box;
width: 100%; width: 100%;
display: grid; display: grid;
grid-template-areas: "content"; grid-template-areas: "content";