Compare commits

...

1 Commits

Author SHA1 Message Date
1751a8c444 Fix sync modal z-index 2022-10-18 20:29:29 +02:00

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