Skip to content

Commit d006d64

Browse files
committed
Reduce z-index for modal and popup components to maintain consistent stacking order
Signed-off-by: Sanajit Jana <[email protected]>
1 parent 465f01f commit d006d64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

start-client/src/styles/favorite.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $w2: 500px;
77

88
.modal-add-favorite,
99
.modal-favorite {
10-
z-index: 10000;
10+
z-index: 999;
1111
position: fixed;
1212
top: 50px;
1313
left: 0;

start-client/src/styles/history.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $w_arrow: 12px;
55
$w: 1000px;
66

77
.modal-share {
8-
z-index: 10000;
8+
z-index: 999;
99
position: fixed;
1010
top: 50px;
1111
left: 0;

start-client/src/styles/share.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $w_arrow: 12px;
55
$w: 500px;
66

77
.popup-share {
8-
z-index: 10000;
8+
z-index: 999;
99
position: fixed;
1010
top: 50%;
1111
margin-top: -150px;

0 commit comments

Comments
 (0)