mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
6 lines
138 B
CSS
6 lines
138 B
CSS
.tooltip {
|
|
position: fixed;
|
|
pointer-events: none;
|
|
z-index: var(--z-index-popup);
|
|
transform: translate(-50%, calc(-100% - 5px));
|
|
}
|