Latest solutions
CoffeeRoasters Subscription | React Router | Tailwind
#react#tailwind-css#react-routerSubmitted 12 months agoDictionary | React | Tailwind
#react#tailwind-css#viteSubmitted about 1 year agoEasy ways to set up light/theme toggle when using React + Tailwind because I don't think my solution is the best (adding lightMode/darkMode classes to all relevant elements)
Hangman | React | Tailwind
#react#tailwind-css#viteSubmitted about 1 year agoMessed up my css pretty badly
Latest comments
- @DorcasKomaneSubmitted over 1 year ago@XeotheosisPosted over 1 year ago
Hi there,
The reason that happens is because there's no hover state on mobile devices. You can change it instead to .advice button:active and the button will glow only when you click on it.
0 - @Jo-cloud85Submitted almost 2 years ago
- @kennsawyerrSubmitted almost 2 years ago@XeotheosisPosted almost 2 years ago
You can try position:absolute on the target component you are trying to align and position:relative on the parent of that target component (if there is one).
Marked as helpful0