wip: shopping cart

This commit is contained in:
Nikita Kiselev
2025-07-23 18:40:57 +03:00
parent bb2ee38118
commit 49d41747d3
22 changed files with 545 additions and 141 deletions

View File

@@ -3,10 +3,7 @@
themes: all;
}
html, body {
overscroll-behavior-y: none;
-webkit-overflow-scrolling: auto;
}
#app {
padding-top: var(--tg-content-safe-area-inset-top);
@@ -20,4 +17,4 @@ html, body {
padding-bottom: var(--tg-safe-area-inset-bottom);
padding-left: var(--tg-safe-area-inset-left);
padding-right: var(--tg-safe-area-inset-right);
}
}