Fix modal items cannot scroll on touch devices (#10605)
This commit is contained in:
parent
bdec58b514
commit
d763d39d26
2 changed files with 6 additions and 1 deletions
|
@ -4085,6 +4085,11 @@ a.status-card.compact:hover {
|
|||
ul {
|
||||
overflow-y: auto;
|
||||
flex-shrink: 0;
|
||||
max-height: 80vh;
|
||||
|
||||
&.with-status {
|
||||
max-height: calc(80vh - 75px);
|
||||
}
|
||||
|
||||
li:empty {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue