Commit 33a2e7b9 authored by Randall Leeds's avatar Randall Leeds

Keep flash messages above the view and sort

parent 2d92c812
......@@ -223,7 +223,9 @@ $input-border-radius: 2px;
font-family: $sansFontFamily;
line-height: 29px;
opacity: 0;
position: relative;
text-align: center;
z-index: 5;
&.show, &.annotator-notice-show {
opacity: 1;
......
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