@@ -18,6 +18,7 @@ export const StyledIncompatible = styled.div`
height: 100vh;
justify-content: center;
align-items: center;
+ z-index: 200;
button {
margin-top: 60px;
@@ -13,10 +13,6 @@ export const StyledPageWrapper = styled.div`
export const StyledEditorWrapper = styled.div`
width: 100%;
overflow: hidden;
-
- @media only screen and (max-width: 568px) {
- display: none;
- }
`;
const EditorPage: React.FC = () => {