diff --git a/src/hbs/partials/components/structure.hbs b/src/hbs/partials/components/structure.hbs
index 4348751..d675902 100644
--- a/src/hbs/partials/components/structure.hbs
+++ b/src/hbs/partials/components/structure.hbs
@@ -35,7 +35,7 @@
- {{ structure.counterText }}
+
{{ structure.counterText }}
{{> components/next-section-link
diff --git a/src/styles/components/_structure.scss b/src/styles/components/_structure.scss
index 88fe357..0da3fa4 100644
--- a/src/styles/components/_structure.scss
+++ b/src/styles/components/_structure.scss
@@ -72,6 +72,7 @@
}
&__button {
+ z-index: 10;
margin-top: 10px;
@media #{$screen-sm} {