-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
Description
Describe the bug
While working on another issue i found out that, the "Go to Bottom" and "Go to Top" buttons in SaralSeva are currently sticking together at one point, which affects the layout and user experience. Both should be spaced properly so they don’t overlap.
To Reproduce
Steps to Reproduce:
- Open the SaralSeva page.
- Scroll down until both "Go to Bottom" and "Go to Top" buttons are visible.
- Notice that they are stuck together at one point.
Expected behavior
- The "Go to Bottom" and "Go to Top" buttons should have proper spacing.
- They should appear as distinct elements with clear padding/margin.
Additional context
Possible Fix:
- Adjust CSS margins or positioning so that both buttons maintain proper spacing.
- Ensure responsive behavior across different screen sizes.