From 97869d0f5718ab9cd26ebbe9a36ed583997e46d9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 2 Jul 2020 09:51:50 +1000 Subject: [PATCH] fix scrollbars on fields on Windows/Linux --- qt/ts/scss/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/ts/scss/editor.scss b/qt/ts/scss/editor.scss index ad0633d0f..2e38b9757 100644 --- a/qt/ts/scss/editor.scss +++ b/qt/ts/scss/editor.scss @@ -9,7 +9,7 @@ color: vars.$day-text-fg; padding: 5px; overflow-wrap: break-word; - overflow: scroll; + overflow: auto; } .clearfix:after {