We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bb003 commit 04baa74Copy full SHA for 04baa74
apps/dashboard/src/@/styles/globals.css
@@ -172,3 +172,10 @@ input:-webkit-autofill:active {
172
font-weight: var(--shiki-dark-font-weight) !important;
173
text-decoration: var(--shiki-dark-text-decoration) !important;
174
}
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