fixed cropped heatmap cell hover outline cropping on bottom of heatmap

This commit is contained in:
2026-09-10 17:33:14 +02:00
parent ba99e82bde
commit c4a0c72d81
+1 -1
View File
@@ -130,7 +130,7 @@ main.grid{
.modal-empty{color:var(--dimmer);font-size:.78rem;font-style:italic} /* for empty modal with error text "not found" or sth */
/* === Heatmap === */
.heatmap-wrap{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}
.heatmap-wrap{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none; padding-bottom: 3px}
.heatmap-wrap::-webkit-scrollbar{display:none}
.heatmap-months{display:grid;gap:2px;margin-bottom:4px;font-family:'JetBrains Mono',monospace;font-size:.6rem;color:var(--dim)}
.heatmap-months span{white-space:nowrap}