Files
routie/frontend/node_modules/vuetify/lib/components/VParallax/VParallax.css
T

9 lines
165 B
CSS

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