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