hexo-theme-vivia
hexo-theme-vivia copied to clipboard
fix(css): Ensure back-to-top button does not block other elements
- Added pointer-events: none to .back-to-top-wrapper to make it transparent to click events.
- Enabled pointer-events for .back-to-top-button within the wrapper to ensure functionality.
- Ensured the back-to-top button remains functional and does not interfere with other clickable elements.