Commit e0849086 authored by Fatih Acet's avatar Fatih Acet Committed by Annabel Dunstone Gray

Increase Flash notification z-index to make it on top of the other elements

parent 5341ef1b
...@@ -12,7 +12,7 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25); ...@@ -12,7 +12,7 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
position: sticky; position: sticky;
position: -webkit-sticky; position: -webkit-sticky;
top: $flash-container-top; top: $flash-container-top;
z-index: 200; z-index: 251;
.flash-content { .flash-content {
box-shadow: 0 2px 4px 0 $notification-box-shadow-color; box-shadow: 0 2px 4px 0 $notification-box-shadow-color;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment