chore: cleanup
This commit is contained in:
parent
338393c016
commit
0fcba68d4c
7 changed files with 16 additions and 9 deletions
|
|
@ -6,7 +6,7 @@
|
|||
border: none;
|
||||
transition: background-color 0.15s ease;
|
||||
border-radius: var(--radius-md);
|
||||
overflow: clip;
|
||||
overflow: visible;
|
||||
|
||||
&.tool-collapsible {
|
||||
gap: 8px;
|
||||
|
|
@ -82,6 +82,10 @@
|
|||
overflow: hidden;
|
||||
/* animation: slideUp 250ms ease-out; */
|
||||
|
||||
&[data-expanded] {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* &[data-expanded] { */
|
||||
/* animation: slideDown 250ms ease-out; */
|
||||
/* } */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue