Fix scrolling for trashbin

Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
greta 2021-07-21 11:41:50 +02:00
parent 77a26fde42
commit 36855444e7
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%;
}