Fixed v-deep selector in banner.

This commit is contained in:
DebaucheryLibrarian 2021-05-15 02:55:24 +02:00
parent 91ebcace0a
commit ae1b9c0d73
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ export default {
background-position: center;
background-size: cover;
::v-deep .scrollable {
:deep(.scrollable) {
backdrop-filter: blur(1rem);
}
}