From 35f6b72a98ac20fae79c10f3640fa0438e63fdc2 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Tue, 14 Apr 2026 21:55:33 +0200 Subject: [PATCH] revert a change to image figure element that prevented clicking below image to exit --- 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 effbe400..0e0142ce 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2288,7 +2288,7 @@ html.noscroll .sbar::-webkit-scrollbar { flex: none; } .full-image figure { - display: inline-block; + display: inline; margin: 0; height: 100%; }