scroll-showcase & padding
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
color: #fff;
|
||||
}
|
||||
.gallery-section .gallery-thumbnail {
|
||||
margin: 24px 0 32px;
|
||||
margin-top: 24px;
|
||||
}
|
||||
.gallery-section .gallery-thumbnail p {
|
||||
display: none;
|
||||
|
||||
@@ -113,7 +113,12 @@
|
||||
}
|
||||
.showcase-section > .container-showcase {
|
||||
height: calc(var(--slides-count) * 100dvh);
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
html {
|
||||
scroll-snap-type: y proximity;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
.showcase-sticky {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
@@ -672,7 +672,7 @@ body.dragging-scroll {
|
||||
align-items: flex-start;
|
||||
gap: 48px;
|
||||
position: relative;
|
||||
top: 69px;
|
||||
/* top: 69px; */
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
.side-buttons {
|
||||
|
||||
Reference in New Issue
Block a user