From 6b4a4af5f17ad9fbca2acef8dcd9e6a6380c40e3 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 31 Oct 2025 12:56:17 +0100 Subject: [PATCH] fix --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 7d66596..d67874a 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -1098,7 +1098,6 @@ button.danger:hover:not([disabled]) { list-style: none; margin: 0; padding: 0; - overflow: hidden; } .folder-node { @@ -1115,6 +1114,7 @@ button.danger:hover:not([disabled]) { color: inherit; transition: background 0.12s ease, color 0.12s ease; position: relative; + overflow: hidden; } .folder-row span.name {