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