gecko-dev/toolkit/themes
Gijs Kruitbosch ce1a86b0e0 Bug 1610899 - avoid text track list being cut off, r=jaws
The text track list should not exceed the size of the video controls. Because it is positioned
absolutely, and because the height of the video is not known in the CSS, the only way to
ensure the list's height does not exceed the video's height is to set a 'top' value as well as
a 'bottom' one.

Unfortunately, that then means that if the list is quite small and the video quite tall, the
popup becomes way too large.

To avoid this, I've added another level of nesting, and used flexbox to align the actual list
to the bottom of the container for the list.

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

--HG--
extra : moz-landing-system : lando
2020-02-15 00:11:02 +00:00
..
linux Bug 1609979 - Don't wrap text in toolbarbutton badges r=Gijs 2020-01-17 17:58:51 +00:00
mobile Bug 1413203 - The css for about:networking is not loading in Android r=Gijs 2019-10-18 12:01:56 +00:00
osx Bug 1608991 - Fix margin for the "Match Diacritics" button in the findbar r=mikedeboer 2020-02-07 10:24:43 +00:00
shared Bug 1610899 - avoid text track list being cut off, r=jaws 2020-02-15 00:11:02 +00:00
windows Bug 1609979 - Don't wrap text in toolbarbutton badges r=Gijs 2020-01-17 17:58:51 +00:00
LICENSE
moz.build Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00