создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 48s

This commit is contained in:
alsaze 2025-10-09 00:44:43 +03:00
parent cd8a5b26ba
commit 01c860ceee

View File

@ -44,6 +44,10 @@ const { cart } = useCart()
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
body {
overflow: hidden;
}
.layout { .layout {
display: flex; display: flex;
flex-direction: column; flex-direction: column;