🍣 max-width on popup removed

was causing some issues with exotic browsers
This commit is contained in:
Shiba 2022-10-01 12:18:34 +03:00 committed by GitHub
parent c1b53d90a1
commit 6ba1a373a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
#popup { #popup {
width: 40em; width: 40em;
max-width: 100%;
overflow: hidden; overflow: hidden;
margin: auto; margin: auto;
} }
@ -53,4 +52,4 @@ section>* {
.toggle-option { .toggle-option {
display: grid; display: grid;
gap: .5em; gap: .5em;
} }