From aad22903a7602bba65a9dc6284b01545f296b18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Thu, 15 Apr 2021 18:02:48 +0200 Subject: [PATCH] Remove overflow: hidden MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This line doesn't seem to do anything * shrug Signed-off-by: Šimon Brandner --- res/css/structures/_ScrollPanel.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/structures/_ScrollPanel.scss b/res/css/structures/_ScrollPanel.scss index ebbaff0931..a4e501b339 100644 --- a/res/css/structures/_ScrollPanel.scss +++ b/res/css/structures/_ScrollPanel.scss @@ -21,6 +21,5 @@ limitations under the License. display: flex; flex-direction: column; justify-content: flex-end; - overflow: hidden; } }