From cd6dee88b98c3c70a2f0eacfb4737d3212cc1318 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 14 Apr 2020 22:15:35 +0200 Subject: [PATCH] Add scrolling for task table view --- src/styles/components/table-view.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/components/table-view.scss b/src/styles/components/table-view.scss index 811a08239..1f69f39e3 100644 --- a/src/styles/components/table-view.scss +++ b/src/styles/components/table-view.scss @@ -1,4 +1,6 @@ .table-view { + overflow-x: scroll; + .table { background: transparent;