From 694ed120bffa166d06a8dcdf5708fe9b23a39db3 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Tue, 12 Jan 2021 06:08:24 +0200
Subject: [PATCH] css fix

---
 editors/editoria/src/layout/EditoriaLayout.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/editors/editoria/src/layout/EditoriaLayout.js b/editors/editoria/src/layout/EditoriaLayout.js
index 716944ce5..d0c9312a1 100644
--- a/editors/editoria/src/layout/EditoriaLayout.js
+++ b/editors/editoria/src/layout/EditoriaLayout.js
@@ -127,7 +127,7 @@ const CommentTrackToolsContainer = styled.div`
   position: fixed;
   top: 52px;
   right: 30px;
-  z-index: 999;
+  z-index: 2;
   background: transparent;
 `;
 
@@ -135,14 +135,14 @@ const CommentTrackTools = styled.div`
   margin-left: auto;
   display: flex;
   position: relative;
-  z-index: 9999;
+  z-index: 1;
 `;
 
 const WhiteArea = styled.div`
   width: 25%;
   height: 30px;
   background: white;
-  z-index: 10;
+  z-index: 1;
   display: flex;
   position: fixed;
   margin-left: 10px;
-- 
GitLab