umami/src/components/common/HoverTooltip.module.css

7 lines
138 B
CSS
Raw Normal View History

2020-10-15 07:09:00 +02:00
.tooltip {
position: fixed;
2020-10-15 07:09:00 +02:00
pointer-events: none;
z-index: var(--z-index-popup);
2023-06-16 05:15:31 +02:00
transform: translate(-50%, calc(-100% - 5px));
2020-10-15 07:09:00 +02:00
}