Skip to content

Commit 08a74cc

Browse files
author
Ives van Hoorne
committed
Fix split pane ordering
1 parent 02257ee commit 08a74cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/pages/Sandbox/Editor/Content/Header/ShareView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020

2121
const Container = styled.div`
2222
position: relative;
23-
z-index: 2;
23+
z-index: 200;
2424
height: 100%;
2525
`;
2626

src/app/split-pane.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
box-sizing: border-box;
55
background: #000;
66
opacity: .4;
7-
z-index: 50;
7+
z-index: 30;
88
-moz-background-clip: padding;
99
-webkit-background-clip: padding;
1010
background-clip: padding-box;

0 commit comments

Comments
 (0)