mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Set popup_note z-index to higher value to make sure it stays on top
This commit is contained in:
parent
499c0a2de3
commit
ed8c26bd08
@ -3833,6 +3833,7 @@ td.lettersearch {
|
||||
line-height: 22pt;
|
||||
color: #b9436c;
|
||||
white-space: nowrap;
|
||||
z-index: 999;
|
||||
}
|
||||
#egwpopup_fw_notifications .popup_note:before {
|
||||
content: '';
|
||||
|
@ -3822,6 +3822,7 @@ td.lettersearch {
|
||||
line-height: 22pt;
|
||||
color: #b9436c;
|
||||
white-space: nowrap;
|
||||
z-index: 999;
|
||||
}
|
||||
#egwpopup_fw_notifications .popup_note:before {
|
||||
content: '';
|
||||
|
@ -268,6 +268,7 @@
|
||||
line-height: 22pt;
|
||||
color: #b9436c;
|
||||
white-space: nowrap;
|
||||
z-index:999;
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
@ -3844,6 +3844,7 @@ td.lettersearch {
|
||||
line-height: 22pt;
|
||||
color: #b9436c;
|
||||
white-space: nowrap;
|
||||
z-index: 999;
|
||||
}
|
||||
#egwpopup_fw_notifications .popup_note:before {
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user