зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c4f862f368
Коммит
9179cb63e7
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче