mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-27 12:55:45 +01:00
7 lines
138 B
CSS
7 lines
138 B
CSS
.tooltip {
|
|
position: fixed;
|
|
pointer-events: none;
|
|
z-index: var(--z-index-popup);
|
|
transform: translate(-50%, calc(-100% - 5px));
|
|
}
|