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 081160d commit 4e471aaCopy full SHA for 4e471aa
src/components/repl.tsx
@@ -270,7 +270,7 @@ export const Repl: Component<ReplProps> = (props) => {
270
(props.ref as (el: HTMLDivElement) => void)(el);
271
}
272
}}
273
- class="relative grid bg-blueGray-50 h-full overflow-hidden text-blueGray-900 dark:text-blueGray-50 font-sans"
+ class="relative grid bg-blueGray-50 h-full overflow-hidden text-blueGray-900 dark:text-blueGray-50 font-sans z-50"
274
classList={{
275
'wrapper--forced': props.isHorizontal,
276
wrapper: !props.isHorizontal,
0 commit comments