fix admin height
parent
a8caf6dae0
commit
1207cc58b0
|
@ -87,7 +87,7 @@ body {
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
min-height: 100%;
|
min-height: 100vh;
|
||||||
padding-left: 90px;
|
padding-left: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue