Increase z-index of notification to remove flickering with tooltip.
This commit is contained in:
@@ -167,7 +167,7 @@ ul {
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
right: 2rem;
|
||||
z-index: 100;
|
||||
z-index: 10000;
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user