v1.35.2
Fix
Restore box-shadow for mobile navigation panel and remove unnecessary padding
- Reintroduced box-shadow to the mobile navigation panel for consistent visual appearance.
- Removed padding-bottom to eliminate unnecessary spacing during scrolling.
Feature
Enhance mobile navigation and space button styling
- Added isActive prop to MobileNavigation for improved state management.
- Updated SpaceButton to include active class for CSS styling, addressing hydration issues.
- Modified global CSS to ensure shadows are only applied when the space button is active, enhancing visual feedback.
