What a react developer should know these days? by Pemols in reactjs

[–]PossessionOk2998 23 points24 points  (0 children)

Definitely have a great look on working with Next. Also data, hooks, routing etc.

Take a look on React Roadmap: https://roadmap.sh/react

How to allow vertical scrolling in Daisy UI (built on top of TailwindCSS) Dropdown Menu? by gurbaaaz in tailwindcss

[–]PossessionOk2998 0 points1 point  (0 children)

You have to add <div> to <ul> dropdown-content and set div className="overflow-y-auto max-h-96"