Popup: Fix horizontal scrollbar in Chrome
This commit is contained in:
parent
d8c2cd449e
commit
bd50a5604b
|
@ -17,6 +17,7 @@ body {
|
||||||
min-width: 480px;
|
min-width: 480px;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (-moz-appearance:none) {
|
@supports (-moz-appearance:none) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user