From aad4661bb80a92bb162ed1c489fd833b1176bc35 Mon Sep 17 00:00:00 2001 From: Pawan Bhatt Date: Sat, 19 Jun 2021 00:21:52 +0530 Subject: [PATCH] Hide scrollbar --- password-generator/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/password-generator/style.css b/password-generator/style.css index c0de4c7..1e017e0 100644 --- a/password-generator/style.css +++ b/password-generator/style.css @@ -51,6 +51,9 @@ h2 { height: 100%; } +#result::-webkit-scrollbar { + width: 1rem; +} .result-container .btn { position: absolute;