Popup: Fix horizontal scrollbar in Chrome

This commit is contained in:
Rob Garrison 2019-09-11 21:05:05 -05:00
parent d8c2cd449e
commit bd50a5604b

View File

@ -17,6 +17,7 @@ body {
min-width: 480px;
max-width: 800px;
width: max-content;
overflow-x: hidden;
}
@supports (-moz-appearance:none) {