The Node.js® Website

Fix #6404 : Version dropdown on download page doesn't scroll on overflow (#6411)

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

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

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

authored by Mohit Kambli and committed by GitHub 69a332ab 39ecabff

Changed files
+3 -1
components
Common
+3 -1
components/Common/Select/index.module.css
··· 59 59 } 60 60 61 61 .dropdown { 62 - @apply max-w-xs 62 + @apply max-h-48 63 + max-w-xs 63 64 overflow-hidden 65 + overflow-y-auto 64 66 rounded-md 65 67 border 66 68 border-neutral-200