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:
less
@ -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;
|
||||
|
Reference in New Issue
Block a user