mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 08:43:59 +03:00
Merge pull request #681 from matthojo/Notifications-On-Mobile
Improved visibility of notifications on mobile devices
This commit is contained in:
commit
695d2faeaa
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user