This commit is contained in:
syuilo 2018-09-06 04:38:07 +09:00
parent ccf8e44acc
commit b4f86feddb
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 4 additions and 0 deletions

View File

@ -225,10 +225,14 @@ root(isDark)
overflow auto
> header
z-index 1
padding 0 16px
line-height 48px
background isDark ? #313543 : #fff
if !isDark
box-shadow 0 1px 0px rgba(0, 0, 0, 0.1)
& + div
max-height calc(100% - 48px)