fix column notification z-index

This commit is contained in:
Nicolas Constant 2020-02-19 00:06:49 -05:00
parent 71e6e1ed18
commit 33ebfb0e78
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
}
&__new-notification {
z-index: 100;
z-index: 1;
width: $stream-column-width;
height: 25px;
position: absolute;