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

This commit is contained in:
alsaze
2025-10-09 18:46:32 +03:00
parent 154c7f5ffd
commit 6883d1cfbd
5 changed files with 34 additions and 3 deletions

View File

@@ -49,9 +49,10 @@ const { currentVariantImages } = useCurrentProduct()
grid-template-columns: repeat(2, 1fr);
&__model {
position: absolute;
right: 10px;
top: 10px;
position: fixed;
top: calc(10px + 54px);
right: calc(10px + 350px);
z-index: 1000;
}
}
</style>