From 606e3cb04ba2989dabde3c65dc8178e78895bff7 Mon Sep 17 00:00:00 2001 From: Evgeny Sokovikov Date: Mon, 9 Mar 2020 11:37:53 +0400 Subject: [PATCH] no need to show ugly scroll in ff --- style/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/global.css b/style/global.css index 0dde040..c63183e 100644 --- a/style/global.css +++ b/style/global.css @@ -670,7 +670,7 @@ a { height: 256px; padding: 8px; font-size: 12px; - overflow: scroll; + overflow: auto; } .new-project-dialog-description::-webkit-scrollbar-corner { @@ -1041,4 +1041,4 @@ a { font-size: 8px; display: block; background-color: #484848; - } \ No newline at end of file + }