Bug: Loading SVG Blocks Input Field Interaction #567
Labels
difficulty: 2
good first issue
Good for newcomers
priority: medium
scope: platform
Everything related to the keyshade platform package
type: bug
Something isn't working
Describe the bug
When the loading SVG is displayed, it overlaps the input field and prevents users from interacting with the field. This creates a poor user experience, as inputs become inaccessible until the loading state is cleared.
To Reproduce
Steps to reproduce the behavior:
/auth
page.Get Started
.Expected behavior
The loading SVG should not block interaction with the input field. It should either be positioned elsewhere or not interfere with user actions.
Screenshots
Desktop (please complete the following information):
Proposed Solution:
Make the height of the svg to
auto
The text was updated successfully, but these errors were encountered: