mirror of
https://github.com/flarum/core.git
synced 2025-05-06 07:25:22 +02:00
Fix regression with full-screen composer being obscured by header/side pane
This is not ideal as dropdowns appear above the header, but it will probably be resolved when we redo the composer's full screen mode soon enough.
This commit is contained in:
parent
4b2f0c2d1a
commit
d1c25a4bad
@ -95,10 +95,10 @@
|
|||||||
|
|
||||||
@border-radius: 4px;
|
@border-radius: 4px;
|
||||||
|
|
||||||
@zindex-composer: 1000;
|
@zindex-header: 1000;
|
||||||
@zindex-dropdown: 1010;
|
@zindex-pane: 1010;
|
||||||
@zindex-header: 1020;
|
@zindex-composer: 1020;
|
||||||
@zindex-pane: 1030;
|
@zindex-dropdown: 1030;
|
||||||
@zindex-modal-background: 1040;
|
@zindex-modal-background: 1040;
|
||||||
@zindex-modal: 1050;
|
@zindex-modal: 1050;
|
||||||
@zindex-alerts: 1060;
|
@zindex-alerts: 1060;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user