list add scrollbar only when needed
This commit is contained in:
parent
e40aa84a40
commit
99f41ae53f
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card__body-scrollable {
|
.card__body-scrollable {
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
max-height: 30vh;
|
max-height: 30vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue