Fix sidebar cut-off on small screens in admin UI (#23764)

main
Botao Wang 2 years ago committed by GitHub
parent 513316f768
commit 7adde24a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -384,7 +384,7 @@ $content-width: 840px;
position: fixed; position: fixed;
z-index: 10; z-index: 10;
width: 100%; width: 100%;
height: calc(100vh - 56px); height: calc(100% - 56px);
left: 0; left: 0;
bottom: 0; bottom: 0;
overflow-y: auto; overflow-y: auto;

Loading…
Cancel
Save