From 142fe34716efd80cfe49e03d115aafe70d1075b9 Mon Sep 17 00:00:00 2001 From: RoyEde Date: Mon, 1 Apr 2019 00:58:29 -0300 Subject: [PATCH 1/2] Fixed video controls --- client/src/components/App/Home/styled.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/App/Home/styled.js b/client/src/components/App/Home/styled.js index ad88343..86d2eb7 100644 --- a/client/src/components/App/Home/styled.js +++ b/client/src/components/App/Home/styled.js @@ -64,6 +64,7 @@ const Content = styled.article` left: 0; right: 0; bottom: -140px; + z-index: 1; @media (min-width: 768px) { bottom: -80px; From 65b2ada76983c118a3652bc8b6b3a303653f40e1 Mon Sep 17 00:00:00 2001 From: RoyEde Date: Mon, 1 Apr 2019 01:03:39 -0300 Subject: [PATCH 2/2] Readjusted nav z-index --- client/src/components/App/Nav/styled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/App/Nav/styled.js b/client/src/components/App/Nav/styled.js index c024ac6..1110c79 100644 --- a/client/src/components/App/Nav/styled.js +++ b/client/src/components/App/Nav/styled.js @@ -7,7 +7,7 @@ const StyledNav = styled.nav` font-weight: 500; color: var(--grey-5); background-color: white; - z-index: 1; + z-index: 2; &.scrolled { box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);