mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: ensures popup-tip shows over dropdowns (#7891)
This commit is contained in:
parent
4b0cf7f6dd
commit
ff66e62e0c
@ -259,7 +259,7 @@
|
||||
}
|
||||
|
||||
.popup-tip {
|
||||
z-index: z("composer", "dropdown");
|
||||
z-index: z("composer", "dropdown") + 1;
|
||||
}
|
||||
|
||||
.wmd-controls {
|
||||
|
Loading…
Reference in New Issue
Block a user