Fix z-index bug on notifications

This commit is contained in:
John O'Nolan 2015-05-21 21:10:04 +01:00 committed by Hannah Wolfe
parent 77d08c3207
commit 50b5c9c03b

View File

@ -6,7 +6,7 @@
position: fixed;
bottom: 20px;
left: 20px;
z-index: 999;
z-index: 7000;
display: flex;
flex-direction: column;
}