From 4a45d53b3552f2724d122d235b23d196d60afa2d Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 9 Jun 2026 09:23:09 +0200 Subject: [PATCH] fix for overflow reveal on frutiger --- copyparty/web/browser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 3ce0b7f8..6a8d5d40 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -8414,6 +8414,7 @@ var treectl = (function () { } function mleave(e) { + this.style.top = ''; this.style.position = ''; this.style.minWidth = ''; this.style.width = '';