From 977697de4cffc3a7f5eb4ccbbfe2f30829edbd9f Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 20 Jun 2022 18:18:11 -0500 Subject: [PATCH] getting the scrollbar to show finally --- packages/desktop/src/styles/index.css | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/packages/desktop/src/styles/index.css b/packages/desktop/src/styles/index.css index 54bf6f5..abf8702 100644 --- a/packages/desktop/src/styles/index.css +++ b/packages/desktop/src/styles/index.css @@ -35,25 +35,6 @@ body { -webkit-app-region: no-drag; } -/* Designing for scroll-bar */ -::-webkit-scrollbar { - width: 4px; -} - -/* Track */ -::-webkit-scrollbar-track { - border-radius: 5px; -} - -/* Handle */ -::-webkit-scrollbar-thumb { - border-radius: 5px; -} - -/* Handle on hover */ -::-webkit-scrollbar-thumb:hover { -} - .direction-ltr { direction: ltr; }