From 53a87e57dd9ccff534f40f173390f3c87070ea2e Mon Sep 17 00:00:00 2001 From: DonVoo Date: Mon, 13 Jul 2026 12:57:06 +0200 Subject: [PATCH] Allow sync dropdowns to overflow action bar --- backend/00-router.go | 32 ++++++++++++++++---------------- frontend-js/dist/style.css | 3 +-- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/backend/00-router.go b/backend/00-router.go index 176fdda..8e5cfbb 100644 --- a/backend/00-router.go +++ b/backend/00-router.go @@ -128,8 +128,8 @@ func renderStartPage(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, ` Mail-Graveyard - - + +
@@ -176,9 +176,9 @@ func renderShell(w http.ResponseWriter, r *http.Request, active, readingPane str fmt.Fprintf(w, ` Mail-Graveyard - + - +
@@ -752,9 +752,9 @@ func renderAccountsPage(w http.ResponseWriter, r *http.Request, accounts []Accou fmt.Fprintf(w, ` Konten-Verwaltung - Mail-Graveyard - + - +
@@ -798,9 +798,9 @@ func renderArchivesPage(w http.ResponseWriter, r *http.Request, archives []strin fmt.Fprintf(w, ` Archiv-mbox Verwaltung - Mail-Graveyard - + - +
@@ -846,9 +846,9 @@ func renderUsersPage(w http.ResponseWriter, r *http.Request, users []AppUser, ed fmt.Fprintf(w, ` Benutzerverwaltung - Mail-Graveyard - + - +
@@ -920,9 +920,9 @@ func renderTransferPage(w http.ResponseWriter, r *http.Request, mode transferMod fmt.Fprintf(w, ` %s - Mail-Graveyard - + - +
@@ -1372,9 +1372,9 @@ func renderSourceEmailBoxPage(w http.ResponseWriter, r *http.Request, accounts [ fmt.Fprintf(w, ` Quell-Postfach - Mail-Graveyard - + - +
@@ -1416,9 +1416,9 @@ func renderTargetEmailBoxPage(w http.ResponseWriter, r *http.Request, accounts [ fmt.Fprintf(w, ` Ziel-Postfach - Mail-Graveyard - + - +
diff --git a/frontend-js/dist/style.css b/frontend-js/dist/style.css index 6e839c9..ac6d5fb 100644 --- a/frontend-js/dist/style.css +++ b/frontend-js/dist/style.css @@ -178,8 +178,7 @@ body.ol2013 { padding: 0 10px; border-bottom: 1px solid var(--ol-blue-dark); box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .04); - overflow-x: auto; - overflow-y: hidden; + overflow: visible; white-space: nowrap; } .action-search {