Skip to content

Commit

Permalink
fix: command line pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Feb 20, 2024
1 parent 86ad7dd commit cffa21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-default/src/components/GlobalLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
--at-apply: 'absolute top-2 right-3 z-100 text-cool-gray-3 dark:text-cool-gray-7 text-[12px] transition-300 transition-opacity';
}
:global(.svp-code-block--command-line) {
--at-apply: absolute left-0 right-0 z-4 h-[1.5em];
--at-apply: absolute left-0 right-0 z-4 h-[1.5em] pointer-events-none;
}
:global(.svp-code-block--focus) {
--at-apply: 'bg-white dark:bg-black pointer-events-none bg-opacity-20 dark:bg-opacity-20 absolute left-0 right-0 z-4 transition-300 transition-opacity';
Expand Down

0 comments on commit cffa21b

Please sign in to comment.