From 5ce367baaa116c55043f87d3f193205e05354ee7 Mon Sep 17 00:00:00 2001 From: fatchan Date: Tue, 21 Apr 2020 11:10:56 +0200 Subject: [PATCH] show scrollbar on upload list --- gulp/res/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index c5a82a6a..c9b6ad38 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -270,15 +270,16 @@ p { overflow-x: hidden; overflow-y: auto; max-width: 100%; - scrollbar-width: none; + /*scrollbar-width: none;*/ border: 1px solid var(--input-borders); margin-top: 1px; display: none; } +/* .upload-list::-webkit-scrollbar { display: none; } - +*/ .upload-item { display: flex; align-items: center;