Merge pull request #12009 from chahmedejaz/bugfix/11971-tos-position-issue

Fix ToS Position Issue
This commit is contained in:
Konrad
2024-01-10 19:36:57 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
left: 0;
bottom: 0;
width: 100%;
z-index: 1000;
z-index: $flash-message-z-index;
display: flex;
justify-content: center;

View File

@@ -179,4 +179,5 @@ $btn-condensed-height: 26px !default;
// z-index
//--------------------------------------------------------------
$tos-banner-z-index: 102;
$tos-banner-z-index: 1001;
$flash-message-z-index: 1000;