правки checkout cart

This commit is contained in:
2026-04-04 20:41:54 +03:00
parent 592104737a
commit 1b327c2686
2 changed files with 14 additions and 0 deletions

BIN
2026-04-04_20-40-21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -11,6 +11,20 @@
padding-top: 20px;
}
.test1-shared-cart-page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.test1-shared-cart-page .site-main {
flex: 1 0 auto;
}
.test1-shared-cart-page .classic-footer {
margin-top: auto;
}
.test1-shared-shell .site-header {
position: sticky;
top: 0;