mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
style: fix snackbar pointer
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
bottom: 24px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
|
||||
& .snackbar {
|
||||
width: max-content;
|
||||
@@ -14,5 +15,6 @@
|
||||
margin: 0 auto;
|
||||
background-color: var(--color-neutral-200);
|
||||
font-size: var(--font-sm);
|
||||
pointer-events: fill;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user