Bug 1610152 - Ensure extension browsers take at least their parent's min-height. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D60370

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2020-01-20 21:50:21 +00:00
Родитель 381d441cce
Коммит a368c15da3
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -206,6 +206,10 @@ menupopup::part(drop-indicator) {
#widget-overflow .webextension-popup-browser {
background: #fff;
/* height set via JS can be lower than the stack min-height,
ensure the browser takes up at least that min-height */
min-height: 100%;
}
#addon-progress-notification-progressmeter {