Notification box: work around closing bug

fix #266
This commit is contained in:
Rafael Mardojai CM 2021-11-17 12:34:34 -05:00
parent 506d5ecdd0
commit 1b5c5e6c8a
1 changed files with 4 additions and 1 deletions

View File

@ -88,8 +88,11 @@ findbar:-moz-window-inactive description,
border: 0 !important;
font-size: 1em !important;
padding: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
margin: 0 !important;
}
.notificationbox-stack notification-message[style*="margin-top"] {
margin-top: -48px !important;
}
.container.infobar {