Skip to content

Commit 04baa74

Browse files
authored
[TOOL-3610] Dashboard: Fix z-index issue with network selector on chakra modal (#6418)
1 parent 44bb003 commit 04baa74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/dashboard/src/@/styles/globals.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,10 @@ input:-webkit-autofill:active {
172172
font-weight: var(--shiki-dark-font-weight) !important;
173173
text-decoration: var(--shiki-dark-text-decoration) !important;
174174
}
175+
176+
/* Remove this when chakra is removed */
177+
/* Make chakra modals have same z-index as shadcn dialog */
178+
body {
179+
--chakra-zIndices-modal: 50;
180+
--chakra-zIndices-overlay: 50;
181+
}

0 commit comments

Comments
 (0)