mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 17:32:46 +08:00
Prevent pane shadow overlapping header on Safari
This commit is contained in:
parent
246b2ca8ff
commit
1c89f62165
|
@ -80,7 +80,7 @@
|
|||
background: @body-bg;
|
||||
padding-bottom: 40px;
|
||||
border-top: 1px solid @control-bg;
|
||||
.box-shadow(2px 2px 6px -2px @shadow-color);
|
||||
.box-shadow(0 6px 6px @shadow-color);
|
||||
.transition(left 0.2s);
|
||||
|
||||
.affix & {
|
||||
|
|
Loading…
Reference in New Issue
Block a user