Fixed arrow on notifications area

Former-commit-id: 6771d282bf7a6b5b9ddd0baec8a0a887f741d931
This commit is contained in:
fermin831 2019-02-13 12:44:30 +01:00
parent 8be28b5fed
commit 855822f61e
2 changed files with 11 additions and 7 deletions

View File

@ -938,12 +938,14 @@ function notifications_print_dropdown()
return sprintf( return sprintf(
"<div id='notification-wrapper'> "<div id='notification-wrapper'>
%s <div id='notification-wrapper-inner'>
%s
</div> </div>
<div </div>
id='notification-wrapper-shadow' <div
onclick='notifications_hide()' id='notification-wrapper-shadow'
> onclick='notifications_hide()'
>
</div> </div>
", ",
array_reduce( array_reduce(

View File

@ -4305,8 +4305,6 @@ div#dialog_messages table th:last-child {
position: absolute; position: absolute;
width: 400px; width: 400px;
margin-top: -5px; margin-top: -5px;
max-height: 78%;
overflow: auto;
} }
#notification-wrapper::before { #notification-wrapper::before {
content: ""; content: "";
@ -4323,6 +4321,10 @@ div#dialog_messages table th:last-child {
margin-left: -12px; margin-left: -12px;
border-bottom-color: white; border-bottom-color: white;
} }
#notification-wrapper-inner {
max-height: 400px;
overflow: auto;
}
#notification-wrapper-shadow { #notification-wrapper-shadow {
height: 100%; height: 100%;
width: 100%; width: 100%;