Skip to content

Commit c2cfe25

Browse files
committed
separate news feed z index
1 parent 5425e1d commit c2cfe25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/renderer/app/components/news/NewsFeed.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
top: 0;
1414
transition: margin-right 400ms ease;
1515
width: 460px;
16-
z-index: $dialog-z-index;
16+
z-index: $news-feed-z-index;
1717

1818
&.noTransition {
1919
transition: none;

source/renderer/app/themes/mixins/layers.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
$news-feed-z-index: 10000;
12
$backdrop-z-index: 9998;
23
$dialog-z-index: 9998;
34
$loader-backdrop-z-index: 5;

0 commit comments

Comments
 (0)