🍣 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 {
width: 40em;
max-width: 100%;
overflow: hidden;
margin: auto;
}