File tree 1 file changed +2
-2
lines changed
tools/server/webui/src/components 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export function ModalProvider({ children }: { children: React.ReactNode }) {
47
47
48
48
{ /* Confirm Modal */ }
49
49
{ confirmState . isOpen && (
50
- < div className = "modal modal-open z-[1000 ]" >
50
+ < div className = "modal modal-open z-[1100 ]" >
51
51
< div className = "modal-box" >
52
52
< h3 className = "font-bold text-lg" > { confirmState . message } </ h3 >
53
53
< div className = "modal-action" >
@@ -70,7 +70,7 @@ export function ModalProvider({ children }: { children: React.ReactNode }) {
70
70
71
71
{ /* Alert Modal */ }
72
72
{ alertState . isOpen && (
73
- < div className = "modal modal-open z-[1000 ]" >
73
+ < div className = "modal modal-open z-[1100 ]" >
74
74
< div className = "modal-box" >
75
75
< h3 className = "font-bold text-lg" > { alertState . message } </ h3 >
76
76
< div className = "modal-action" >
You can’t perform that action at this time.
0 commit comments