Fix notification icon position

pull/1458/head
Chocobozzz 2018-12-31 13:06:11 +01:00 committed by Chocobozzz
parent e8d246d526
commit 6e7e63b83f
2 changed files with 2 additions and 5 deletions

View File

@ -91,8 +91,3 @@ footer {
height: $footer-height;
justify-content: center;
}
simple-notifications {
position: relative;
z-index: 1500;
}

View File

@ -328,6 +328,8 @@ p-toast {
display: flex;
.message {
flex-grow: 1;
h3 {
font-size: 21px;
}