Merge branch 'elektronika' of http://git.digital-tps.tk/TPS/elektronika_bagisto into elektronika

This commit is contained in:
merdan 2023-03-24 15:20:50 +05:00
commit ff8b794a9e
2 changed files with 8 additions and 8 deletions

View File

@ -202,7 +202,7 @@
margin-right: 4rem;
position: sticky;
height: 100%;
top: calc(100vh - 150%);
top: calc(100vh - 130%);
}
.item-section-search {
@ -447,6 +447,9 @@
.item-section-products {
max-width: 100rem;
width: 100%;
position: sticky;
top: calc(100vh - 130%);
height: fit-content;
}
.product-block {
@ -1003,12 +1006,6 @@
overflow-y: auto;
}
.product-block-wrapper {
position: sticky;
top: calc(100vh - 150%);
height: fit-content;
}
/* ITEM SECTION end =================================== */
/* MEDIA QUERIES ====================================== */

View File

@ -1,6 +1,9 @@
.item-section-products {
max-width: unset;
max-width: 100rem;
width: 100%;
position: sticky;
top: calc(100vh - 130%);
height: fit-content;
padding-top: 5rem;
padding-bottom: 6rem;
}