Files

9 lines
165 B
CSS

@layer vuetify-components {
.v-parallax {
position: relative;
overflow: hidden;
}
.v-parallax--active > .v-img__img {
will-change: transform;
}
}