Commit 5a5c8c0e by Brian Talbot

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

Studio: FIX - correcting hiding state of notification UI for < IE9
parents 88ccf85d bbfa7742
......@@ -10,6 +10,10 @@
&.is-shown {
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