Skip to content

Commit 5392558

Browse files
committed
set news feed to top most layer
1 parent af427b2 commit 5392558

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

source/renderer/app/components/widgets/BackToTopButton.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../themes/mixins/layers.scss';
2+
13
.component {
24
background-color: var(--theme-back-to-top-button-background-color);
35
border-radius: 5px;
@@ -15,7 +17,7 @@
1517
top: 144px;
1618
transform: translateX(-50%);
1719
transition: opacity 0.25s ease-out, top 0.25s ease-out;
18-
z-index: 1001;
20+
z-index: $back-to-top-z-index;
1921

2022
&.isActive {
2123
opacity: 1;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
$dialog-z-index: 200;
1+
$dialog-z-index: 10001;
22
$loader-backdrop-z-index: 5;
3+
$back-to-top-z-index: 5;
34
$sticky-header-z-index: 1;

0 commit comments

Comments
 (0)