CurryduckwithEC / CITS3403-agile-web-development

0 stars 0 forks source link

Login page flash message display #24

Closed CurryduckwithEC closed 5 months ago

CurryduckwithEC commented 5 months ago

When a user successfully registers or logs in, the flash message displayed at the top of the page overlaps with the form content, resulting in a cluttered user interface. This issue affects the visibility of both the flash message and the form fields, potentially causing confusion for the user.

image
huangyegithub commented 5 months ago

I think I have fixed this error by changing the script.js file and style.css file. Now the flash message will be shown on the top right corner for 5 seconds. Please check out my latest commit for details.