Scroll file lists inside the card

This commit is contained in:
Johannes Zellner
2020-07-14 14:03:40 +02:00
parent 02dcb013ef
commit 343e8e90ba
2 changed files with 60 additions and 55 deletions

View File

@@ -1699,6 +1699,15 @@ tag-input {
.entry-hovered > td {
border: none !important;
}
.card {
height: calc(100% - 20px);
display: flex;
flex-direction: column;
overflow: hidden;
margin-bottom: 10px;
margin-top: 10px;
}
}