mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: fix pointer event
This commit is contained in:
parent
c12ef12b79
commit
12d3255d57
3 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
height: 45px;
|
||||
font-size: var(--font-md);
|
||||
color: var(--color-foreground);
|
||||
pointer-events: auto;
|
||||
cursor: pointer;
|
||||
background-color: var(--color-neutral-100);
|
||||
border: 1px solid var(--color-neutral-300);
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
height: 45px;
|
||||
font-size: var(--font-md);
|
||||
color: var(--color-foreground);
|
||||
pointer-events: auto;
|
||||
cursor: pointer;
|
||||
background-color: var(--color-neutral-100);
|
||||
border: 1px solid var(--color-neutral-300);
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
left: 0;
|
||||
z-index: 15;
|
||||
width: 100vw;
|
||||
pointer-events: none;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue