1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Merge pull request #681 from matthojo/Notifications-On-Mobile

Improved visibility of notifications on mobile devices
This commit is contained in:
Hannah Wolfe 2013-09-11 06:35:51 -07:00
commit d35f8ced59

View file

@ -835,6 +835,17 @@ nav {
/* ==========================================================================
Notifications
========================================================================== */
#flashbar {
@include breakpoint($mobile) {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
}
}
.js-bb-notification {
@include transform(translateZ(0));
}