Fixed arrow on notifications area
Former-commit-id: 6771d282bf7a6b5b9ddd0baec8a0a887f741d931
This commit is contained in:
parent
8be28b5fed
commit
855822f61e
|
@ -938,12 +938,14 @@ function notifications_print_dropdown()
|
|||
|
||||
return sprintf(
|
||||
"<div id='notification-wrapper'>
|
||||
%s
|
||||
<div id='notification-wrapper-inner'>
|
||||
%s
|
||||
</div>
|
||||
<div
|
||||
id='notification-wrapper-shadow'
|
||||
onclick='notifications_hide()'
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
id='notification-wrapper-shadow'
|
||||
onclick='notifications_hide()'
|
||||
>
|
||||
</div>
|
||||
",
|
||||
array_reduce(
|
||||
|
|
|
@ -4305,8 +4305,6 @@ div#dialog_messages table th:last-child {
|
|||
position: absolute;
|
||||
width: 400px;
|
||||
margin-top: -5px;
|
||||
max-height: 78%;
|
||||
overflow: auto;
|
||||
}
|
||||
#notification-wrapper::before {
|
||||
content: "";
|
||||
|
@ -4323,6 +4321,10 @@ div#dialog_messages table th:last-child {
|
|||
margin-left: -12px;
|
||||
border-bottom-color: white;
|
||||
}
|
||||
#notification-wrapper-inner {
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
#notification-wrapper-shadow {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue