From 8e18e0b53678a9f5830d313c83e9135101ef3999 Mon Sep 17 00:00:00 2001 From: Nikhil Mohite Date: Tue, 20 Dec 2022 11:30:19 +0530 Subject: [PATCH] Fixed tree flickering issue on scroll. #5559 --- web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss index 188c1d857..640a45073 100644 --- a/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss +++ b/web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss @@ -19,6 +19,11 @@ position: absolute !important; height: 100% !important; top: 0px !important; + + > div { + scrollbar-gutter: stable; + overflow: overlay !important; + } } }