We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02257ee commit 08a74ccCopy full SHA for 08a74cc
src/app/pages/Sandbox/Editor/Content/Header/ShareView.js
@@ -20,7 +20,7 @@ import {
20
21
const Container = styled.div`
22
position: relative;
23
- z-index: 2;
+ z-index: 200;
24
height: 100%;
25
`;
26
src/app/split-pane.css
@@ -4,7 +4,7 @@
4
box-sizing: border-box;
5
background: #000;
6
opacity: .4;
7
- z-index: 50;
+ z-index: 30;
8
-moz-background-clip: padding;
9
-webkit-background-clip: padding;
10
background-clip: padding-box;
0 commit comments