diff --git a/src/app/core/layout/store-layout/store-footer/store-footer.component.scss b/src/app/core/layout/store-layout/store-footer/store-footer.component.scss index 6f0e595..0c4dbf2 100644 --- a/src/app/core/layout/store-layout/store-footer/store-footer.component.scss +++ b/src/app/core/layout/store-layout/store-footer/store-footer.component.scss @@ -133,7 +133,7 @@ display: block; order: 2; grid-column: 1 / -1; - width: 100vw; + width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.3); } diff --git a/src/app/core/layout/store-layout/store-layout.component.scss b/src/app/core/layout/store-layout/store-layout.component.scss index 272ca6d..25a1eec 100644 --- a/src/app/core/layout/store-layout/store-layout.component.scss +++ b/src/app/core/layout/store-layout/store-layout.component.scss @@ -21,9 +21,10 @@ .store-layout__cart-dropdown { position: absolute; - top: 76px; + top: 100px; right: calc((100% - 1320px) / 2 + 1.5rem); - + width: 400px; + max-height: calc(100vh - 120px); z-index: 1050; background-color: #ffffff;