Skip to content

Commit 695b3f0

Browse files
Update CSS for message manager tab header to ensure proper layering with popups and modals
1 parent 299186a commit 695b3f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

themes/messageManager.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,9 @@ tr.message-row.flash-highlight {
15311531
/* MessageManager header uses Settings-style tabBar() (picTabs/picTab). */
15321532
.mmgrTabHeader {
15331533
flex-shrink: 0;
1534+
/* Keep tab header below popups/modals (which use z-index 100+) */
1535+
position: relative;
1536+
z-index: 1;
15341537
}
15351538

15361539
/* Put tabs + actions on one row, like the main header/settings. */

0 commit comments

Comments
 (0)