File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
ui/DevToolContent/ToolButtonGroup Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @msw-dev-tool/react " : patch
3
+ ---
4
+
5
+ - fix bug: invisible select because of ` z-index ` of dialog
Original file line number Diff line number Diff line change 106
106
107
107
.dialog-content {
108
108
@apply bg-white flex flex-col text-gray-900;
109
- @apply fixed z-[ 9999 ] ;
109
+ @apply fixed;
110
110
@apply top-[50% ] left-[50% ] -translate-x-[50% ] -translate-y-[50% ];
111
111
@apply max-h-[85vh ] max-w-[70vw ];
112
112
@apply overflow-hidden rounded-lg px-[1rem ] py-[2rem ] box-border;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const ToolButtonGroup = () => {
53
53
< DialogDescription className = "m-0 my-2.5" >
54
54
Temp handler is stored in the session storage. If you{ " " }
55
55
< span className = "font-bold" > reset dev tool</ span > , it will be{ " " }
56
- < span style = { { color : " red" } } > deleted</ span > .
56
+ < span className = "text- red-500" > deleted</ span > .
57
57
</ DialogDescription >
58
58
< HandlerForm onClose = { ( ) => setIsDialogOpen ( false ) } />
59
59
</ DialogContent >
You can’t perform that action at this time.
0 commit comments