From 2eb3a19727d3106fcdbf6f01e760ce554b40c6b7 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 22 Apr 2026 08:28:00 +0200 Subject: [PATCH 1/2] CSS improvement Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/bloodshed.css | 2 +- web/src/main/resources/web/css/default.css | 2 +- web/src/main/resources/web/css/winter.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index fe01db99..c6466aea 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -275,7 +275,7 @@ textarea{ .account .sums{ position: sticky; bottom: 0; - z-index: 100; + z-index: 60; } .taglist .editor > span{ diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 271aa22d..3645a10a 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -368,7 +368,7 @@ textarea{ .account .sums{ position: sticky; bottom: 0; - z-index: 100; + z-index: 60; } .taglist .editor > span{ diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 51d57641..3753562a 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -368,7 +368,7 @@ textarea{ .account .sums{ position: sticky; bottom: 0; - z-index: 100; + z-index: 60; } .taglist .editor > span{ From db606dd20e3204a6382c25da5d46385852f6b2d9 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 22 Apr 2026 08:37:58 +0200 Subject: [PATCH 2/2] GUI improvements Signed-off-by: Stephan Richter --- frontend/src/Components/Autocomplete.svelte | 2 +- web/src/main/resources/web/css/bloodshed.css | 8 ++++++++ web/src/main/resources/web/css/default.css | 4 ++++ web/src/main/resources/web/css/winter.css | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/frontend/src/Components/Autocomplete.svelte b/frontend/src/Components/Autocomplete.svelte index 37c0f8ef..7c2be8fc 100644 --- a/frontend/src/Components/Autocomplete.svelte +++ b/frontend/src/Components/Autocomplete.svelte @@ -111,7 +111,7 @@ {#if candidates && candidates.length > 0} - {#each candidates as candidate,i} {/each} diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index c6466aea..9af28530 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -426,6 +426,10 @@ a.wikilink{ display: block; } +select.autocomplete{ + z-index: 100; +} + .grid2{ display: grid; grid-template-columns: 230px auto; @@ -442,6 +446,10 @@ a.wikilink{ grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right] } +.stock.grid3{ + grid-template-columns: [left] 1fr [first] 1fr [second] 2fr [right] +} + .grid3 .locations { grid-row-end: span 3; } diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 3645a10a..65a92884 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -529,6 +529,10 @@ a.wikilink{ display: block; } +select.autocomplete{ + z-index: 100; +} + .grid2{ display: grid; grid-template-columns: 230px auto; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 3753562a..ee8c9285 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -519,6 +519,10 @@ a.wikilink{ display: block; } +select.autocomplete{ + z-index: 100; +} + .grid2{ display: grid; grid-template-columns: 230px auto;