revert modal z-index and lower the footer z-index instead

This commit is contained in:
Mo Mesgin 2025-02-18 12:08:12 -08:00
parent b79ed41346
commit 32ff5970e8
2 changed files with 6 additions and 4 deletions

View File

@ -39,14 +39,16 @@ $z-indexes: (
mainHeader: 14,
cruFooter: 19,
modalOverlay: 20,
modalContent: 21,
tooltip: 30,
dropdownOverlay: 40,
dropdownContent: 41,
modalOverlay: 42,
modalContent: 43,
loadingMain: 51
);

View File

@ -117,7 +117,7 @@ export default {
display: flex;
justify-content: flex-end;
margin-top: 20px;
z-index: 40;
z-index: z-index('cruFooter');
.btn {
margin-left: 20px;