Fix 100% height sidebar background
This commit is contained in:
parent
cd2fd99b4c
commit
f775f2e57a
@ -50,3 +50,4 @@
|
|||||||
@import 'sections/member_edit';
|
@import 'sections/member_edit';
|
||||||
@import 'sections/reports';
|
@import 'sections/reports';
|
||||||
@import 'sections/task_order';
|
@import 'sections/task_order';
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
html, body, #app-root {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#app-root {
|
#app-root {
|
||||||
background-color: $color-offwhite;
|
background-color: $color-offwhite;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user