fix: use :deep() selector instead of ::v-deep
This commit is contained in:
parent
f496c9d678
commit
87d2b4fed3
15 changed files with 31 additions and 31 deletions
|
|
@ -618,7 +618,7 @@ $gantt-vertical-border-color: $grey-100;
|
|||
z-index: 5;
|
||||
|
||||
// FIXME: should be an option of the card, e.g. overflow
|
||||
::v-deep.card-content {
|
||||
:deep(.card-content) {
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue