From cf8e85b60d92eb793debd5fd868aff8fd8a9d3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damla=20K=C3=B6ksal?= Date: Sat, 3 Apr 2021 17:42:58 +0300 Subject: [PATCH] [#48] fix: scroll problem at the bottom of page --- components/bar/bar.module.scss | 2 +- components/custom-button/custom-button.module.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/bar/bar.module.scss b/components/bar/bar.module.scss index 346fbff..da2db99 100644 --- a/components/bar/bar.module.scss +++ b/components/bar/bar.module.scss @@ -4,7 +4,7 @@ background-color: variables.$secondary-color; padding: 0.5rem 1.5rem 0.4rem 1.5rem; min-width: 100%; - z-index: 99; + z-index: 2; a, span { diff --git a/components/custom-button/custom-button.module.scss b/components/custom-button/custom-button.module.scss index 54e1886..5e24980 100644 --- a/components/custom-button/custom-button.module.scss +++ b/components/custom-button/custom-button.module.scss @@ -33,6 +33,7 @@ position: fixed; bottom: 0; right: 0; + z-index: 3; // margin-bottom: calc(7vh - 0.7rem); margin-bottom: 1rem; margin-right: 1rem;