mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Fix sync modal z-index
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user