mirror of
https://github.com/kognise/water.css.git
synced 2025-08-23 05:15:10 +02:00
fix: give higher specificity to transition class
This commit is contained in:
@@ -58,7 +58,7 @@ body > footer {
|
||||
/* For the bounce transitions of code snippet and copy success Emoji */
|
||||
.v-enter,
|
||||
.v-leave-to {
|
||||
transform: scale(0);
|
||||
transform: scale(0) !important;
|
||||
}
|
||||
.v-enter-active,
|
||||
.v-leave-active {
|
||||
|
Reference in New Issue
Block a user