mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix z-index from tooltip
This commit is contained in:
parent
7ba2ded1d1
commit
47bbeae450
@ -87,4 +87,10 @@
|
||||
|
||||
.tw\:tooltip[style*='--tooltip-color']::before {
|
||||
color: var(--tooltip-text-color, #ffffff) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Make sure tooltips sit above Leaflet panes when used inside map popups */
|
||||
.tw\:tooltip::before,
|
||||
.tw\:tooltip::after {
|
||||
z-index: 4000;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user