Studio: correcting hiding state of notification UI for < IE9

STUD-815
This commit is contained in:
Brian Talbot
2013-11-25 20:57:35 -05:00
parent 2b5b4f4cc6
commit bbfa7742cc

View File

@@ -10,6 +10,10 @@
&.is-shown {
bottom: 0;
}
&.is-hiding {
bottom: -($ui-notification-height);
}
}
}