fix(layout): night mode background color now fits full screen
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
bbb413e3d5
commit
e3f56e4ded
@ -28,4 +28,5 @@ main {
|
|||||||
|
|
||||||
.app-wrapper {
|
.app-wrapper {
|
||||||
margin-top: 38px;
|
margin-top: 38px;
|
||||||
|
min-height: calc(100vh - 38px);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user