[Glitch] Fix page body not being scrollable in admin layout

Port SCSS changes from b9a8b38844 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-09-20 10:52:14 +02:00
committed by Thibaut Girka
parent 6c8fefb0c9
commit 27f922168a
3 changed files with 126 additions and 25 deletions

View File

@@ -74,9 +74,6 @@ body {
&.admin {
background: darken($ui-base-color, 4%);
position: fixed;
width: 100%;
height: 100%;
padding: 0;
}