xiaomai a2532c32b8 fix(ui): disable pointer events on hover overlay
The shimmering hover effect on content boxes was implemented with a `::before` pseudo-element that covered the entire
container. This overlay was capturing mouse events, preventing interaction with the content inside the box. This commit
adds `pointer-events: none;` to the overlay, allowing clicks and other events to pass through to the underlying
elements.
2025-09-11 08:04:56 +08:00
Description
Beautify a plain html file with UI to do benchmark.
123 KiB
Languages
HTML 100%