1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +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` const DialogModalLayer = styled.div`
z-index: 9999; z-index: 9999;
display: flex; display: flex;
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;