forked from extern/egroupware
Make popup notifications header fixed in order to keep the toolbars available while scrolling.
This commit is contained in:
parent
9b639b1fe0
commit
1666caaf10
@ -3708,7 +3708,7 @@ td.lettersearch {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message.egwpopup_expanded .egwpopup_message_inner_container {
|
||||
height: auto;
|
||||
height: calc(100% - 62px);
|
||||
overflow: auto;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message.egwpopup_expanded .egwpopup_collapse {
|
||||
|
@ -3689,7 +3689,7 @@ td.lettersearch {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message.egwpopup_expanded .egwpopup_message_inner_container {
|
||||
height: auto;
|
||||
height: calc(100% - 62px);
|
||||
overflow: auto;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message.egwpopup_expanded .egwpopup_collapse {
|
||||
|
@ -152,7 +152,7 @@
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.egwpopup_message_inner_container {
|
||||
height: auto;
|
||||
height: ~"calc(100% - 62px)";
|
||||
overflow: auto;
|
||||
}
|
||||
.egwpopup_collapse {
|
||||
|
@ -3719,7 +3719,7 @@ td.lettersearch {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message.egwpopup_expanded .egwpopup_message_inner_container {
|
||||
height: auto;
|
||||
height: calc(100% - 62px);
|
||||
overflow: auto;
|
||||
}
|
||||
#egwpopup #egwpopup_list .egwpopup_message.egwpopup_expanded .egwpopup_collapse {
|
||||
|
Loading…
Reference in New Issue
Block a user