From 4f641e07bf1d8b5d5d91581df0cd0a49f4f15c6f Mon Sep 17 00:00:00 2001 From: abidibo Date: Thu, 1 Feb 2024 15:08:22 +0100 Subject: [PATCH] fix: submit row fixed z-index --- baton/static/baton/app/src/styles/_footer.scss | 2 +- baton/static/baton/app/src/styles/_placeholders.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/baton/static/baton/app/src/styles/_footer.scss b/baton/static/baton/app/src/styles/_footer.scss index 24c3eec2..4f564932 100644 --- a/baton/static/baton/app/src/styles/_footer.scss +++ b/baton/static/baton/app/src/styles/_footer.scss @@ -10,7 +10,7 @@ margin-top: 20px; position: absolute; width: 100%; - z-index: 1000; + z-index: 1001; p { margin-bottom: 5px; diff --git a/baton/static/baton/app/src/styles/_placeholders.scss b/baton/static/baton/app/src/styles/_placeholders.scss index 24ba7daa..378d5c4b 100644 --- a/baton/static/baton/app/src/styles/_placeholders.scss +++ b/baton/static/baton/app/src/styles/_placeholders.scss @@ -950,7 +950,7 @@ position: fixed; transition: padding 0.2s linear; width: 83.33333333%; - z-index: 100; + z-index: 1000; } } }