File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ main .hero-container > div {
66
77main .hero-container {
88 padding : 0 ;
9+ position : relative;
10+ z-index : -1 ;
911}
1012
1113.hero {
@@ -33,9 +35,9 @@ main .hero-container {
3335}
3436
3537.hero picture {
36- position : absolute;
37- /* position: fixed;
38- z-index: 1; */
38+ /* position: absolute; */
39+ position : fixed;
40+ z-index : -1 ;
3941 inset : 0 ;
4042 object-fit : cover;
4143 box-sizing : border-box;
Original file line number Diff line number Diff line change @@ -58,10 +58,6 @@ function buildAutoBlocks(main) {
5858 }
5959}
6060
61- // function decorateButtons(main) {
62- // libDecorateButtons(main);
63- // }
64-
6561/**
6662 * Decorates the main element.
6763 * @param {Element } main The main element
Original file line number Diff line number Diff line change @@ -209,14 +209,9 @@ main img {
209209main .section {
210210 padding : 16px ;
211211 background-color : white;
212- position : relative;
213- z-index : -2 ;
214212}
215213
216- main .block {
217- position : relative;
218- z-index : 1 ;
219- }
214+
220215
221216main .main-wrapper .section : not (: first-of-type ) {
222217 border-radius : 10px ;
You can’t perform that action at this time.
0 commit comments