Set popup_note z-index to higher value to make sure it stays on top

This commit is contained in:
Hadi Nategh 2018-06-22 12:11:20 +02:00
parent 499c0a2de3
commit ed8c26bd08
4 changed files with 4 additions and 0 deletions

View File

@ -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: '';

View File

@ -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: '';

View File

@ -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;

View File

@ -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: '';