diff --git a/core/client/assets/sass/modules/global.scss b/core/client/assets/sass/modules/global.scss index 7f792accc7..06b8b6a457 100644 --- a/core/client/assets/sass/modules/global.scss +++ b/core/client/assets/sass/modules/global.scss @@ -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)); }