Skip to content

Commit 53c8942

Browse files
committed
DBC22-6038: Fixed z-index of auth modal to be above header
1 parent 8fa5e33 commit 53c8942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/Modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "styles/variables";
22

33
.shared-modal {
4-
z-index: 1000;
4+
z-index: 10001;
55
position: absolute;
66
top: 0;
77
bottom: 0;

0 commit comments

Comments
 (0)