diff --git a/src/components/modal/modal.module.css b/src/components/modal/modal.module.css index 0dbf4f1..5530eda 100644 --- a/src/components/modal/modal.module.css +++ b/src/components/modal/modal.module.css @@ -1,7 +1,7 @@ .overlay { position: fixed; inset: 0; - z-index: 10; + z-index: 19; background-color: rgb(9 9 11 / 40%); backdrop-filter: blur(5px); } @@ -10,7 +10,7 @@ position: fixed; top: 50%; left: 50%; - z-index: 12; + z-index: 20; width: 100%; max-height: 100%; padding: 50px 0; diff --git a/src/components/scroll-to-top/scroll-to-top.module.css b/src/components/scroll-to-top/scroll-to-top.module.css index d776047..e57fde6 100644 --- a/src/components/scroll-to-top/scroll-to-top.module.css +++ b/src/components/scroll-to-top/scroll-to-top.module.css @@ -2,7 +2,7 @@ position: fixed; bottom: 20px; left: 20px; - z-index: 99; + z-index: 10; display: flex; align-items: center; justify-content: center;