hexo-theme-vivia icon indicating copy to clipboard operation
hexo-theme-vivia copied to clipboard

fix(css): Ensure back-to-top button does not block other elements

Open mozhutang opened this issue 8 months ago • 0 comments

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

mozhutang avatar Jun 30 '24 11:06 mozhutang