mirror of
https://github.com/remvze/moodist.git
synced 2025-11-22 06:23:05 -05:00
style: fix snackbar pointer
This commit is contained in:
parent
d4401faaff
commit
14c9e88bfb
@ -4,6 +4,7 @@
|
|||||||
bottom: 24px;
|
bottom: 24px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
& .snackbar {
|
& .snackbar {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
@ -14,5 +15,6 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
background-color: var(--color-neutral-200);
|
background-color: var(--color-neutral-200);
|
||||||
font-size: var(--font-sm);
|
font-size: var(--font-sm);
|
||||||
|
pointer-events: fill;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user