chore: cleanup
This commit is contained in:
parent
8da5fd0a66
commit
b525c03d20
1 changed files with 10 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
padding: 0;
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -101,6 +106,11 @@
|
|||
min-width: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: none;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
[data-slot="toast-title"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue