Merge pull request #3348 from nextcloud/backpor2.3t/stable2.3/fix_scrolling

[stable2.3] Fix scrolling for trashbin
This commit is contained in:
Raimund Schlüßler 2021-07-24 21:01:44 +02:00 committed by GitHub
commit 13691b99cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@ export default {
max-width: 40vw;
margin: 2vw;
}
::v-deep .modal-wrapper .modal-container {
overflow-y: auto;
overflow-x: auto;
}
table {
width: 100%;
}