Fix sync modal z-index

This commit is contained in:
d11n
2022-10-18 20:29:29 +02:00
committed by Andrew Camilleri
parent 16bfb1dbfe
commit adf5b4ca0c

View File

@@ -27,13 +27,13 @@
</div>
</div>
<style >
<style>
#syncModal {
position: fixed;
bottom: 40px;
right: 10px;
margin: 0;
z-index: 1000;
z-index: 1040;
width: 500px;
max-width: 100%;
}