Merge branch 'elektronika' of http://git.digital-tps.tk/TPS/elektronika_bagisto into elektronika
This commit is contained in:
commit
ff8b794a9e
|
|
@ -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 ====================================== */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue