Fix that bubble SVGs could get hidden

This commit is contained in:
Jason Zimdars
2024-09-19 16:49:17 -05:00
parent 115e618fb6
commit a15865853b
+4 -1
View File
@@ -356,7 +356,10 @@
stroke-width: 1.1rem;
transform: rotate(var(--bubble-rotate));
transition: all 200ms ease-out;
z-index: -1;
.bubble:has(.bubble__link) & {
z-index: -1;
}
}
.bubble__title {