Merge pull request #14355 from shariquerik/notification_overlap_filter

fix: Filter pop-up overlaps the Notification Window
This commit is contained in:
Mohammad Hasnain Mohsin Rajan 2021-10-11 19:36:19 +05:30 committed by GitHub
commit b7de4b3cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
min-width: 500px;
min-height: 50px;
font-size: var(--text-md);
z-index: 1019;
}
.filter-area {