From 7c3f64abf27976d9f9adaaa7c94c4a21a1759594 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 24 Aug 2021 00:29:11 +0200 Subject: [PATCH] fix navpane h.scroll bug --- copyparty/web/browser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 07d5c0f5..5fef2222 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -696,6 +696,7 @@ input.eq_gain { left: 0; bottom: 0; top: 7em; + overflow-x: hidden; overflow-y: auto; -ms-scroll-chaining: none; overscroll-behavior-y: none;