Latest comments
- @NeoScripterSubmitted 7 months ago@vietthong31Posted 7 months ago
The "Clear All" button of your live site (this deployment) just hides the result but not clears the fields. I think because of
input
elements don't havetype="text"
attribute.Marked as helpful1 - @DiegoLeonardoSotoSubmitted over 1 year ago@vietthong31Posted over 1 year ago
- The white background div is overflow because the outside div's height is 100vh. You should use
min-height
attribute (min-h-screen
class in Tailwind). - Names and the chess picture are also links.
- Add hover styles for the private message if you want.
1 - The white background div is overflow because the outside div's height is 100vh. You should use
- @PrashanthBalakrishnanSubmitted over 1 year ago