Florian Schroedl 5cb339e04b fix(tooltip): close gap between arrow and tooltip box
The triangle's `bottom` offset was too large, leaving a visible gap
(and 1px sub-pixel seam) between the arrow and the tooltip body.
Changed from `calc(100% - 5px)` to `calc(100% - 1px)` so the arrow
slightly overlaps the box, eliminating the gap.
2026-03-03 12:03:29 +01:00
2026-03-03 11:02:08 +01:00
2026-03-03 11:02:08 +01:00
2026-03-03 11:02:08 +01:00
Description
No description provided
629 KiB
Languages
Clojure 72.9%
CSS 18.7%
JavaScript 6.4%
HTML 2%