UX: ensures popup-tip shows over dropdowns (#7891)

This commit is contained in:
Joffrey JAFFEUX 2019-07-15 08:55:20 +02:00 committed by GitHub
parent 4b0cf7f6dd
commit ff66e62e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@
}
.popup-tip {
z-index: z("composer", "dropdown");
z-index: z("composer", "dropdown") + 1;
}
.wmd-controls {