mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:52:50 +01:00
Add opacity to the cursor catcher
This commit is contained in:
parent
dd6e3c0f4a
commit
88e7e6088d
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ export interface Props {
|
|||
const { id } = Astro.props;
|
||||
---
|
||||
|
||||
<div class="absolute hidden h-full w-full cursor-wait" id={id}></div>
|
||||
<div class="absolute hidden h-full w-full cursor-wait bg-slate-200 dark:bg-slate-700 opacity-50" id={id}></div>
|
||||
|
|
Loading…
Reference in a new issue