mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Improved visibility of notifications on mobile devices
This commit is contained in:
parent
4c268b8b3b
commit
90a2e36ad8
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue