From 2eb3a19727d3106fcdbf6f01e760ce554b40c6b7 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 22 Apr 2026 08:28:00 +0200 Subject: [PATCH] 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{