Merge pull request #1779 from edx/talbs/fix-studio-notificationsie

Studio: FIX - correcting hiding state of notification UI for < IE9
This commit is contained in:
Brian Talbot
2013-11-26 09:09:17 -08:00

View File

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