Skip to content

Commit ebec916

Browse files
fix: z-index close buttons (#55)
1 parent 7380d56 commit ebec916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Dashboard/Dashboard.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
right: 0;
4141
margin: 5px 0px;
4242
padding: 5px 0px;
43-
z-index: 1000;
43+
z-index: 1;
4444
}
4545

4646
.closeRendererButton {
@@ -50,7 +50,7 @@
5050
right: -20px;
5151
margin: 5px 0px;
5252
padding: 5px 0px;
53-
z-index: 1000;
53+
z-index: 1;
5454
}
5555

5656
.editorContainer {

0 commit comments

Comments
 (0)