Add new css rule for notification message when in open modal

This commit is contained in:
Alex Martzios 2021-12-07 16:57:10 +02:00
parent 28db142aa5
commit 18d805e05f
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Tooltip: 1030
notification: 1040
Modal: 10000
Modal-Tooltip: 10001
Modal-Notification: 10001
Mat-Select: 10001
# Screen sizes - width

View File

@ -22,3 +22,7 @@
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
color: #1a1a1a;
}
.uk-modal.uk-open ~ .uk-notification, .uk-notification ~ .uk-modal.uk-open {
z-index: 10001 !important;
}