diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 8f316f58f..2a48abe6d 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -527,7 +527,6 @@ a.btn { @supports (scrollbar-width: thin) { #sidebar, .scrollbar-thin { - overflow-y: auto; scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05); scrollbar-width: thin; } diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 502ff911d..6eb52db32 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -527,7 +527,6 @@ a.btn { @supports (scrollbar-width: thin) { #sidebar, .scrollbar-thin { - overflow-y: auto; scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05); scrollbar-width: thin; }