We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013818d commit e20e500Copy full SHA for e20e500
docs/styles.css
@@ -8,5 +8,10 @@ config. This is a problem because ShadCN relies on CSS variables which are only
8
scoped to the editor, and are undefined when Nextra components try to use them.
9
Seems like this only affects border radius in the demos though. */
10
body {
11
- --radius: 0.5rem;
12
-}
+ --radius: 0.5rem;
+}
13
+
14
+/* nextra's contain:paint breaks the code block language selector*/
15
+.ProseMirror pre {
16
+ contain: none;
17
0 commit comments