Modals should always be placed on top of tooltips

Before this commit, already opened ui-tooltips were being placed on top
of everything, including modal dailogs. Fix that, set jquery css
line to the same z-index used by non-modal dialogs.

Additionally: update browser/README file so it documents this change
and clean up vex legacy bits.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ie7123822d96c594433ac197aeb9c651aa9b14461
pull/7218/merge
Pedro Pinto Silva 2024-03-04 12:10:31 +01:00 committed by pedropintosilva
parent b8a0eb472a
commit ea566ce757
2 changed files with 4 additions and 4 deletions

View File

@ -387,10 +387,10 @@ x menu-nb-hamburger > ul (calculated from jquery.smartmenus.js)
-------------------------------------------
on the top
-------------------------------------------
1105 dialogs
1105 dialogs, tooltips
1001 mobile-edit-button
1500 mobile-wizard (with class=menuwizard)
1501 toolbar-hamburger (with class=menuwizard-opened)
2000 vex-overlay // JSDialog overlay?
2001 vex dialog (vex-content) // JSDialog content?
2000 JSDialog overlay
2001 JSDialog modal
-------------------------------------------

View File

@ -923,7 +923,7 @@ button.ui-button::-moz-focus-inner {
[data-title]:after {
padding: 7px 9px;
position: absolute;
z-index: 9999;
z-index: 1105;
max-width: 300px;
background: var(--color-background-lighter);
}