Fix popup width for Firefox Overflow menu (#387)

This commit is contained in:
Ilya Popovs 2022-04-23 15:52:27 +03:00 committed by GitHub
parent 2419bb9cee
commit d2a31486a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@ body {
font-family: "Segoe UI", "San Francisco", "Ubuntu", "Fira Sans", "Roboto", "Arial", "Helvetica", font-family: "Segoe UI", "San Francisco", "Ubuntu", "Fira Sans", "Roboto", "Arial", "Helvetica",
sans-serif; sans-serif;
font-size: 13px; font-size: 13px;
width: 348px; width: 100%;
min-width: 348px;
overflow: hidden; overflow: hidden;
background-color: var(--main-bg); background-color: var(--main-bg);