Files
web/components/Current/ContentPage/contentPage.module.css
Christel Westerberg 1498309f47 fix: make hero sticky
2024-03-01 10:33:06 +01:00

9 lines
130 B
CSS

.wrapper {
position: relative;
background: #f3f2f1;
display: block;
padding-bottom: 50px;
width: 100%;
z-index: 10;
}