From ddcf49ac49a71ff4c0b90326579d50d1c52a5bbc Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 18 Apr 2026 23:54:50 +0200 Subject: [PATCH] don't use flex for treeh due to chrome messing up the buttons --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 820c3e24..32fa4a6a 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1812,7 +1812,7 @@ html { background: var(--tree-bg); border-bottom: 1px solid var(--bg-d3); overflow: auto; - display: flex; + display: block; padding: .3em 0; } #treepar {