We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a51eb commit d15896eCopy full SHA for d15896e
1 file changed
{{ cookiecutter.repo_directory }}/assets/css/main.css
@@ -326,3 +326,20 @@ header.header {
326
}
327
328
329
+/* --- Fix clickability: ensure hero content is above the mask --- */
330
+.hero-split {
331
+ z-index: 2; /* ABOVE the mask */
332
+}
333
+
334
+.hero-panel-text {
335
+ z-index: 3; /* ABOVE everything in hero */
336
337
338
+.hero-panel-image {
339
+ z-index: 2;
340
341
342
+/* Mask should never intercept clicks */
343
+.hero-block-mask {
344
+ pointer-events: none;
345
0 commit comments