mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 17:19:01 +00:00
Merge pull request #2706 from brinley/patch-2
Updated notifications container position to fixed
This commit is contained in:
commit
f1f4728d29
@ -2,7 +2,7 @@
|
|||||||
@import '../../styles/variables/variables';
|
@import '../../styles/variables/variables';
|
||||||
|
|
||||||
.notificationsContainer { /* stylelint-disable */
|
.notificationsContainer { /* stylelint-disable */
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 72px;
|
top: 72px;
|
||||||
left: 240px;
|
left: 240px;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user