[Glitch] Fix sidebar cut-off on small screens in admin UI

Port 1f844d0d18 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Botao Wang 2 years ago committed by Claire
parent 5548b2c73f
commit 213b82d0a4

@ -384,7 +384,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;

Loading…
Cancel
Save