1
0
mirror of https://github.com/flarum/core.git synced 2025-07-13 12:56:26 +02:00

Reconfigure z-index hierarchy: show dropdowns above post composer

This commit is contained in:
Toby Zerner
2016-03-28 13:32:23 +10:30
parent 53b32eda12
commit ff77912dc6
3 changed files with 3 additions and 8 deletions

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