1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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%;