Fix: Disard buttons being behind other cards
release-tag / release-image (push) Successful in 33s

Regression caused by bf036da9a0 for #16
This commit is contained in:
2024-05-13 18:10:40 +02:00
parent c18466a3c6
commit ad2ce6fa0d
+1
View File
@@ -69,6 +69,7 @@ watch(
margin-bottom: 0px; margin-bottom: 0px;
margin-top: 15px; margin-top: 15px;
transition: all .125s cubic-bezier(0.075, 0.82, 0.165, 1); transition: all .125s cubic-bezier(0.075, 0.82, 0.165, 1);
isolation: isolate;
} }
.card.active { .card.active {