From a15865853b89e842ffadc33fb26e422f8626e6ee Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 19 Sep 2024 16:49:17 -0500 Subject: [PATCH] Fix that bubble SVGs could get hidden --- app/assets/stylesheets/bubbles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/bubbles.css b/app/assets/stylesheets/bubbles.css index b6ad0392f..e6ab5b42c 100644 --- a/app/assets/stylesheets/bubbles.css +++ b/app/assets/stylesheets/bubbles.css @@ -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 {