Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 16f614f

Browse files
tyreerRobert Tyree
authored and
Robert Tyree
committed
fix: adapt the collection module styles to accomodate a mobile GlobalHeader
1 parent 3b46f45 commit 16f614f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/collection.module.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.collection-page {
22
height: auto;
3-
overflow: hidden;
43
position: relative;
54
}
65

@@ -28,7 +27,7 @@
2827
position: absolute;
2928
left: 0;
3029
content: "";
31-
height: 10000px;
30+
height: 100vh;
3231
background-color: var(--color-neutrals-100);
3332
width: 100%;
3433
transform: skewY(-2deg) translateY(-70px);

0 commit comments

Comments
 (0)