Bug 1405781 - don't constrain the width of the overflow panel in customize mode to avoid the scrollbar being placed outside it, r=mikedeboer

MozReview-Commit-ID: GfT7LB9abBR

--HG--
extra : rebase_source : b30e4574ada41f0e7d114405106c55f5b365aeba
This commit is contained in:
Gijs Kruitbosch 2017-10-10 15:43:54 +01:00
Родитель 296a098e22
Коммит 3c73808cf3
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -1735,6 +1735,13 @@ toolbarpaletteitem[place=panel] > .toolbaritem-combined-buttons > toolbarbutton
width: @wideMenuPanelWidth@;
}
/* In customize mode, the overflow list is constrained by its container,
* so we set width: auto to avoid the scrollbar not fitting.
*/
#customization-panelHolder > .widget-overflow-list {
width: auto;
}
toolbaritem[overflowedItem=true],
.widget-overflow-list .toolbarbutton-1 {
width: 100%;