Skip to content
Snippets Groups Projects
Commit 4826d4f3 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(logout) : fix z-index signIn/Up modals

parent a65db44d
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!57Fix/logout
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@import '../../../../assets/scss/hyperlink'; @import '../../../../assets/scss/hyperlink';
.cModal { .cModal {
position: fixed; position: fixed;
z-index: $modal-add-structure-z-index; z-index: $modal-authent-z-index;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@import '../../../../assets/scss/hyperlink'; @import '../../../../assets/scss/hyperlink';
.cModal { .cModal {
position: fixed; position: fixed;
z-index: $modal-add-structure-z-index; z-index: $modal-authent-z-index;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
......
...@@ -3,3 +3,4 @@ $modal-add-structure-z-index: 1002; ...@@ -3,3 +3,4 @@ $modal-add-structure-z-index: 1002;
$modal-filter-structure-z-index: 1002; $modal-filter-structure-z-index: 1002;
$modal-menu-phone-z-index: 1002; $modal-menu-phone-z-index: 1002;
$btn-phone-switch-map-list-z-index: 1001; $btn-phone-switch-map-list-z-index: 1001;
$modal-authent-z-index: 1003;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment