Commit bbfa7742 by Brian Talbot

Studio: correcting hiding state of notification UI for < IE9

STUD-815
parent 2b5b4f4c
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
&.is-shown { &.is-shown {
bottom: 0; bottom: 0;
} }
&.is-hiding {
bottom: -($ui-notification-height);
}
} }
} }
......
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