aboutsummaryrefslogtreecommitdiffstats
path: root/frontend
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-07-02 14:10:42 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2021-07-02 14:10:42 +0300
commit7e466aca81a3b08540582e72dc19821661f9bc34 (patch)
treead7742330d0ab1b73eaf7039b03e0e3e784925f9 /frontend
parent2d75368dbb23d1a79e87f6ee1b7db87c4df498fe (diff)
Fix z-index
Diffstat (limited to 'frontend')
-rw-r--r--frontend/components/Marquees/Marquee.module.css2
-rw-r--r--frontend/styles/Home.module.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/frontend/components/Marquees/Marquee.module.css b/frontend/components/Marquees/Marquee.module.css
index 40763f3..d3e72d5 100644
--- a/frontend/components/Marquees/Marquee.module.css
+++ b/frontend/components/Marquees/Marquee.module.css
@@ -2,7 +2,7 @@
height: 100vh;
overflow: hidden;
position: relative;
- z-index: 10;
+ z-index: 20;
}
.marquee {
diff --git a/frontend/styles/Home.module.css b/frontend/styles/Home.module.css
index b4a553f..2116d7d 100644
--- a/frontend/styles/Home.module.css
+++ b/frontend/styles/Home.module.css
@@ -19,7 +19,7 @@
top: 50%;
margin-left: -40vw;
margin-top: -40vw;
- z-index: 20;
+ z-index: 30;
}
.btnInner {
@@ -51,6 +51,6 @@
width: 100%;
height: 100%;
- z-index: 15;
+ z-index: 10;
color: red;
} \ No newline at end of file