mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:39:25 +08:00
Prevent admin pane shadow overlapping header on Safari
This commit is contained in:
parent
ec2aa371b1
commit
35d3a74872
@ -18,7 +18,7 @@
|
||||
top: @header-height;
|
||||
bottom: 0;
|
||||
width: @admin-pane-width;
|
||||
.box-shadow(2px 2px 6px -2px @shadow-color);
|
||||
.box-shadow(0 6px 6px @shadow-color);
|
||||
background: @body-bg;
|
||||
border-top: 1px solid @control-bg;
|
||||
z-index: @zindex-pane;
|
||||
|
Loading…
x
Reference in New Issue
Block a user