Width fix for popup body in Chrome
parent
5cfec34027
commit
324e89ec82
|
@ -7,6 +7,7 @@
|
|||
<style>
|
||||
/* ELEMENTS */
|
||||
body {
|
||||
width: max-content;
|
||||
max-width: 600px;
|
||||
background-color: #005799;
|
||||
margin: 0px;
|
||||
|
|
Loading…
Reference in New Issue