1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +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:
Toby Zerner
2016-03-29 18:24:23 +10:30
parent f925bd1274
commit 15f177bdf7

View File

@@ -95,10 +95,10 @@
@border-radius: 4px;
@zindex-composer: 1000;
@zindex-dropdown: 1010;
@zindex-header: 1020;
@zindex-pane: 1030;
@zindex-header: 1000;
@zindex-pane: 1010;
@zindex-composer: 1020;
@zindex-dropdown: 1030;
@zindex-modal-background: 1040;
@zindex-modal: 1050;
@zindex-alerts: 1060;