oops
This commit is contained in:
parent
781fffee42
commit
380a369eca
|
@ -130,7 +130,7 @@ root(isDark)
|
||||||
color isDark ? #b2c1d5 : #999
|
color isDark ? #b2c1d5 : #999
|
||||||
|
|
||||||
> div
|
> div
|
||||||
height calc(100% - $header-height)
|
height "calc(100% - %s)" % $header-height
|
||||||
overflow auto
|
overflow auto
|
||||||
overflow-x hidden
|
overflow-x hidden
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue