Skip to content
Snippets Groups Projects
Commit 694ed120 authored by chris's avatar chris
Browse files

css fix

parent a8a5b562
No related branches found
No related tags found
1 merge request!226Ui components
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment