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

This commit is contained in:
Botao Wang 2023-02-21 18:06:13 +09:00 committed by Claire
parent cc80f4ed9b
commit 0e3f06da99

View file

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