Increase z-index of notification to remove flickering with tooltip.

This commit is contained in:
Arpad Csanyi
2016-06-16 00:35:33 +02:00
parent 769d4a1c70
commit 9726139e7e

View File

@@ -167,7 +167,7 @@ ul {
position: absolute;
top: 2rem;
right: 2rem;
z-index: 100;
z-index: 10000;
background-color: #333;
color: #eee;