Prevent card bubbles getting clipped in grid layout

This commit is contained in:
Jason Zimdars
2025-10-01 13:31:17 -05:00
parent 8627f8829f
commit ca81e2aa36
+1 -1
View File
@@ -73,7 +73,7 @@
z-index: 3;
}
&:not(.cards--considering, .is-collapsed) {
&:not(.cards--considering, .is-collapsed, .cards--grid) {
overflow: clip;
}