Fix tippy padding on heatmap

This commit is contained in:
silverwind 2024-05-02 13:35:26 +02:00
parent 6ff2acc52c
commit 25ff3d6606
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
z-index: 1;
}
/* for vue3-calendar-heatmap's tippy instances */
.tippy-content:not([data-theme]) {
padding: 8px 14px;
}
/* bare theme, no styling at all, except box-shadow */
.tippy-box[data-theme="bare"] {
border: none;