Merge pull request #2706 from brinley/patch-2

Updated notifications container position to fixed
This commit is contained in:
Jim LAURIE 2019-03-07 14:35:59 +01:00 committed by GitHub
commit f1f4728d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;