diff --git a/src/app/styles.less b/src/app/styles.less index c1c5b35ec..7bde2350a 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -42,18 +42,18 @@ font-style: normal; } -* { - margin: 0px; - padding: 0px; - border: none; - list-style: none; - user-select: none; - box-sizing: border-box; - text-decoration: none; - font-weight: normal; -} - :global { + * { + margin: 0px; + padding: 0px; + border: none; + list-style: none; + user-select: none; + box-sizing: border-box; + text-decoration: none; + font-weight: normal; + } + html, body, #app, .modal-container { position: relative; width: 100vw;