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.
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.
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.