mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Merge pull request #12009 from chahmedejaz/bugfix/11971-tos-position-issue
Fix ToS Position Issue
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
z-index: $flash-message-z-index;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user