1
0
mirror of https://github.com/flarum/core.git synced 2025-05-06 23:45:39 +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 4b2f0c2d1a
commit d1c25a4bad

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;