Bug 1661120 - Set a higher z-index value on the dialogStack. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D88221
This commit is contained in:
Micah Tigley 2020-08-26 16:23:00 +00:00
Родитель c4f862f368
Коммит 9179cb63e7
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1444,6 +1444,12 @@ toolbar[keyNav=true]:not([collapsed=true]):not([customizing=true]) toolbartabsto
* Tab Dialogs
*/
.dialogStack {
/* Should outrank the z-index values of other UI elements, particularly the devtools
splitter element. */
z-index: 2;
}
.dialogOverlay {
visibility: hidden;
}