From b9b8e5afd36436b66dc9fee8ef0a4bb2a298c7af Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 12 Jun 2018 15:16:18 +0200 Subject: [PATCH] Fix z-index issues. --- client/app/styles/_base.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 5dbb1cb8d..f47e356f2 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -208,26 +208,20 @@ a { } .header { + z-index: $layer-front; padding: 15px 10px 0; pointer-events: none; + position: relative; width: 100%; - .time-travel-wrapper { - position: relative; - z-index: $layer-front; - } - .selectors { display: flex; position: relative; > * { - z-index: $layer-front; flex: 1 1; } - .time-control { z-index: $layer-modal; } - .logo { margin: -16px 0 0 8px; height: 64px;