mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +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;
|
line-height: 22pt;
|
||||||
color: #b9436c;
|
color: #b9436c;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
#egwpopup_fw_notifications .popup_note:before {
|
#egwpopup_fw_notifications .popup_note:before {
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -3822,6 +3822,7 @@ td.lettersearch {
|
|||||||
line-height: 22pt;
|
line-height: 22pt;
|
||||||
color: #b9436c;
|
color: #b9436c;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
#egwpopup_fw_notifications .popup_note:before {
|
#egwpopup_fw_notifications .popup_note:before {
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -268,6 +268,7 @@
|
|||||||
line-height: 22pt;
|
line-height: 22pt;
|
||||||
color: #b9436c;
|
color: #b9436c;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index:999;
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -3844,6 +3844,7 @@ td.lettersearch {
|
|||||||
line-height: 22pt;
|
line-height: 22pt;
|
||||||
color: #b9436c;
|
color: #b9436c;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
#egwpopup_fw_notifications .popup_note:before {
|
#egwpopup_fw_notifications .popup_note:before {
|
||||||
content: '';
|
content: '';
|
||||||
|
Loading…
Reference in New Issue
Block a user