-
Notifications
You must be signed in to change notification settings - Fork 49
overflow hidden stays applied after #153
Copy link
Copy link
Closed
Description
Code example
https://stackblitz.com/edit/vitejs-vite-avkgx3?file=src%2FApp.tsx
Expected behavior
"While it is animating, component has overflow: hidden. When the animation is finished and height is set to "auto", overflow: hidden is removed." (https://www.npmjs.com/package/react-animate-height)
Steps to Reproduce (for bugs)
after toggling see html:
<div aria-hidden="false" class="rah-static rah-static--height-specific " style="height: 588px;overflow: hidden;">
overflow hidden is still applied
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels