mirror of
https://github.com/flarum/core.git
synced 2025-07-28 12:10:51 +02:00
Prevent pane shadow overlapping header on Safari
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
background: @body-bg;
|
background: @body-bg;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
border-top: 1px solid @control-bg;
|
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);
|
.transition(left 0.2s);
|
||||||
|
|
||||||
.affix & {
|
.affix & {
|
||||||
|
Reference in New Issue
Block a user