1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Fixes #5373: Sync wizard is displayed incorrectly in dev mode (#5749)

This commit is contained in:
Rishabhraghwendra18
2021-11-18 21:06:21 +05:30
committed by GitHub
parent 98ed2be518
commit c0b76cbd55

View File

@@ -4,7 +4,7 @@ import styled from 'styled-components';
const DialogModalLayer = styled.div`
z-index: 9999;
display: flex;
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;