modal icon indicating copy to clipboard operation
modal copied to clipboard

Replace `overflow-y-hidden` with `overflow-y-clip`

Open chiyacornet opened this issue 9 months ago • 1 comments

When the modal is opened, .overflow-y-hidden is applied to the parent element, which causes sticky elements (position: sticky) inside it to not work as expected.

I changed it to .overflow-y-clip to avoid this issue.

chiyacornet avatar Mar 23 '25 12:03 chiyacornet