Fix popup width for Firefox Overflow menu (#387)
This commit is contained in:
parent
2419bb9cee
commit
d2a31486a2
|
@ -7,7 +7,8 @@ body {
|
|||
font-family: "Segoe UI", "San Francisco", "Ubuntu", "Fira Sans", "Roboto", "Arial", "Helvetica",
|
||||
sans-serif;
|
||||
font-size: 13px;
|
||||
width: 348px;
|
||||
width: 100%;
|
||||
min-width: 348px;
|
||||
overflow: hidden;
|
||||
background-color: var(--main-bg);
|
||||
|
||||
|
|
Loading…
Reference in a new issue