cart: adjust layout

This commit is contained in:
2025-11-16 15:33:01 +03:00
parent 841dad4346
commit b19b5b6ee2
5 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
.cartContainer {
padding: 15px;
transition: all 0.3s ease;
height: 92vh;
overflow: auto;
scrollbar-width: none;
}