diff --git a/src/routes/credits.svelte b/src/routes/credits.svelte index 6c77706..5d9a145 100644 --- a/src/routes/credits.svelte +++ b/src/routes/credits.svelte @@ -39,7 +39,7 @@ /> -
+
diff --git a/src/style/layouts/_main.scss b/src/style/layouts/_main.scss index aaeb009..6c0f161 100644 --- a/src/style/layouts/_main.scss +++ b/src/style/layouts/_main.scss @@ -1,7 +1,6 @@ // Main page .housesof { position: absolute; - z-index: 120; top: 0; left: 0; width: 100%; diff --git a/src/style/pages/_page.scss b/src/style/pages/_page.scss index 25d297b..34b419a 100644 --- a/src/style/pages/_page.scss +++ b/src/style/pages/_page.scss @@ -95,4 +95,12 @@ margin-top: 136px; } } -} + + + /* + ** Credit page + */ + &--credits { + z-index: 120; + } +} \ No newline at end of file