Increase z-index of tooltip

This commit is contained in:
Weihnachtsbaum 2025-03-17 22:18:44 +01:00
parent 81f804fcd2
commit 3102d673bd

View File

@ -176,6 +176,7 @@
background-color: BLACK;
border-radius: 10px;
padding: 0 0.5rem;
z-index: 1;
}
.bevy-tag:hover .bevy-tooltip {