This commit is contained in:
syuilo 2018-06-06 05:29:31 +09:00
parent 781fffee42
commit 380a369eca

View file

@ -130,7 +130,7 @@ root(isDark)
color isDark ? #b2c1d5 : #999
> div
height calc(100% - $header-height)
height "calc(100% - %s)" % $header-height
overflow auto
overflow-x hidden