checkout: adjust layout

This commit is contained in:
2025-11-16 15:38:44 +03:00
parent b19b5b6ee2
commit 6e49a89045
3 changed files with 19 additions and 19 deletions

View File

@@ -111,8 +111,6 @@
.checkoutContainer {
display: flex;
flex-direction: column;
height: 80vh;
min-height: 80vh;
padding: 16px;
gap: 16px;
overflow: auto;
@@ -161,7 +159,7 @@
.checkoutButtonContainer {
width: 100%;
padding: 16px 16px 0;
position: fixed;
position: sticky;
bottom: 0;
left: 0;
height: 80px;