From aaa3b10f71bcd9b83ad8ca4dae7107b321c0bfe8 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 3 Dec 2018 13:58:39 +0100 Subject: [PATCH] bigger scrollbar --- src/components/Repositories/RepositoryList.module.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Repositories/RepositoryList.module.scss b/src/components/Repositories/RepositoryList.module.scss index 49c709ca..c7e0eb6a 100644 --- a/src/components/Repositories/RepositoryList.module.scss +++ b/src/components/Repositories/RepositoryList.module.scss @@ -45,16 +45,14 @@ &::-webkit-scrollbar { opacity: 0; - width: 3px; - height: 3px; + width: 6px; + height: 6px; transition: opacity .2s ease-out; } &:hover { &::-webkit-scrollbar { opacity: 1; - width: 3px; - height: 3px; } &::-webkit-scrollbar-thumb {