Skip to content

Commit e8a2f20

Browse files
authored
feat: Adjust the z-index to 2000 (#325)
* feat: Adjust the z-index to 2000 * feat: Modify the z-index of Toaster
1 parent 7453ba7 commit e8a2f20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

thaw/src/dialog/dialog.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.thaw-dialog {
2-
z-index: 1000000;
2+
z-index: 2000;
33
position: absolute;
44
top: 0px;
55
left: 0px;

thaw/src/drawer/overlay-drawer.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.thaw-overlay-drawer-container {
2-
z-index: 1000000;
2+
z-index: 2000;
33
position: absolute;
44
top: 0px;
55
left: 0px;

thaw/src/toast/toaster.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
div.thaw-toaster-wrapper {
2-
z-index: 1000001;
2+
z-index: 2050;
33
position: absolute;
44
top: 0px;
55
left: 0px;

thaw_components/src/binder/binder.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
.thaw-binder-follower-content {
1111
position: absolute;
12-
z-index: 1000000;
12+
z-index: 2000;
1313
}

0 commit comments

Comments
 (0)