Skip to content

Commit ec712b5

Browse files
authored
fix: textarea resizing (#518)
1 parent 2d0f9f1 commit ec712b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/unfold/widgets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@
9090
"max-w-4xl",
9191
"appearance-none",
9292
"expandable",
93-
"overflow-hidden",
9493
"transition",
9594
"transition-height",
9695
"duration-75",
9796
"ease-in-out",
98-
"resize-none",
9997
]
10098

10199
TEXTAREA_EXPANDABLE_CLASSES = [

0 commit comments

Comments
 (0)