Fixed v-deep selector in banner.
This commit is contained in:
@@ -328,7 +328,7 @@ export default {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
::v-deep .scrollable {
|
:deep(.scrollable) {
|
||||||
backdrop-filter: blur(1rem);
|
backdrop-filter: blur(1rem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user