We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dd341 commit 89bf590Copy full SHA for 89bf590
1 file changed
{{ cookiecutter.repo_directory }}/assets/css/main.css
@@ -343,3 +343,14 @@ header.header {
343
.hero-block-mask {
344
pointer-events: none;
345
}
346
+
347
+.hero-block { position: relative; }
348
349
+.hero-carousel { z-index: 0; pointer-events: none; }
350
+.hero-block-mask { z-index: 1; pointer-events: none; }
351
352
+.hero-split { z-index: 2; }
353
+.hero-panel-text { z-index: 5; }
354
355
+.hero-panel-text,
356
+.hero-panel-text * { pointer-events: auto; }
0 commit comments