From 0f3987aaf2336176e65f98520ddb5a5a1d607fda Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 30 May 2019 02:19:20 +0200 Subject: [PATCH] Reverted scrollbar style override --- .../http/static/css/source/webpanel/index.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/platypush/backend/http/static/css/source/webpanel/index.scss b/platypush/backend/http/static/css/source/webpanel/index.scss index 5f65e8bf8..efab4e928 100644 --- a/platypush/backend/http/static/css/source/webpanel/index.scss +++ b/platypush/backend/http/static/css/source/webpanel/index.scss @@ -16,19 +16,6 @@ body { font-size: $default-font-size; } -body::-webkit-scrollbar { - width: 1em; -} - -body::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -} - -body::-webkit-scrollbar-thumb { - background-color: darkgrey; - outline: 1px solid slategrey; -} - main { padding: 4.9rem 0; margin: 0;