diff --git a/src/components/layout/BottomTabsSection/index.module.css b/src/components/layout/BottomTabsSection/index.module.css index ea3b792..be03d05 100644 --- a/src/components/layout/BottomTabsSection/index.module.css +++ b/src/components/layout/BottomTabsSection/index.module.css @@ -3,7 +3,7 @@ overflow: hidden; width: 100%; /* height: 67.5rem; */ - height: calc(100vh / var(--zoom-compensation, 1)); + /* height: calc(100vh / var(--zoom-compensation, 1)); */ padding: 6.25rem 0; background-size: cover; background-position: center;