Add scrolling for task table view

This commit is contained in:
kolaente 2020-04-14 22:15:35 +02:00
parent 575b2f28ef
commit cd6dee88b9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
.table-view {
overflow-x: scroll;
.table {
background: transparent;