Skip to content

Commit

Permalink
Fix nodejs#6404 : Version dropdown on download page doesn't scroll on…
Browse files Browse the repository at this point in the history
… overflow (nodejs#6411)

* Fix nodejs#6404 : Version dropdown on download page doesn't scroll on overflow

* Fix nodejs#6404 : Version dropdown on download page doesn't scroll on overflow (Updated v1)

* Fix nodejs#6404 : Version dropdown on download page doesn't scroll on overflow (Updated v2)
  • Loading branch information
MohitKambli authored Mar 4, 2024
1 parent 39ecabf commit 69a332a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Common/Select/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
}

.dropdown {
@apply max-w-xs
@apply max-h-48
max-w-xs
overflow-hidden
overflow-y-auto
rounded-md
border
border-neutral-200
Expand Down

0 comments on commit 69a332a

Please sign in to comment.