From 05ae50caa82e994b39e7cac687a9af1505217d4d Mon Sep 17 00:00:00 2001 From: Baris Date: Mon, 10 Apr 2023 21:57:14 +0300 Subject: [PATCH] Overflow of table selector is changed from... auto to hidden so that users wont see horizontal scroll bar during new template. --- webapp/src/components/table/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/table/table.scss b/webapp/src/components/table/table.scss index 6d36a721581..9a3a8f20401 100644 --- a/webapp/src/components/table/table.scss +++ b/webapp/src/components/table/table.scss @@ -3,7 +3,7 @@ .Table { margin-top: 16px; margin-left: 0 !important; - overflow: auto; + overflow: hidden; position: relative; flex: 1;