Bug 1767606 - Scrollbars are wrongly displayed inside the "TCP" spotlight at various scaling (e.g., 125%) and locales (e.g., ar) r=mviar

Differential Revision: https://phabricator.services.mozilla.com/D146012
This commit is contained in:
Ed Lee 2022-05-11 13:20:28 +00:00
Родитель debe51abb7
Коммит ee5356a8f9
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -10,7 +10,7 @@
* scrollbar. This should be okay as we wrap content for this fixed width
* dialog unless the window is actually narrow and really does need
* horizontal scrollbars. */
@media (min-width: 604px) {
@media (min-width: 544px) {
body {
overflow-x: hidden;
}
@ -18,7 +18,8 @@ body {
body {
padding: 20px 40px;
width: 465px;
/* Keep as multiple of 4px. Match min-width media query above + padding. */
width: 464px;
}
#dialog-content {