Thorsten Scherler
Thorsten Scherler
I can confirm this 
FYI This PR will fail until https://github.com/jenkinsci/plugin-pom/pull/625 is resolved and released.
It seems it depends as well on the browser you are using  https://lit.dev/playground/#gist=554c34e9cdb531204bfac78f5bc5fcc5 I changed the button to scroll to a specific element. The limit for FF seems to...
it is fixed in the trunk https://github.com/Marak/session.js/commit/20ed2a7d5caf07fa98f75f337ece48459568abe6
https://lit.dev/playground/#gist=55d7c22148457419991a07b703dabb87 I added the `mwc` version to see the differences  vs 
I think the problem lies in `md-menu-item` instead of `max-width: inherit` it should be like the old list item https://github.com/material-components/material-web/blob/mwc/components/list/lib/_list-item.scss#L50 `width:100%` https://github.com/material-components/material-web/blob/main/menu/internal/menuitem/_menu-item.scss#L98-L107 where the `md-menu` is the container that defines...
@jgreffe if you move the `max-width: 50%;` to the `.wrapper` and remove it from the `.menu` you have the same behavior as in `mwc` trying to say you have to...
I just tried with `1.10.0` but the issue still exists for me  using [email protected]:scherler/yarnWhitinYarn.git as mentioned in https://github.com/yarnpkg/yarn/issues/6692
 ^ chrome now does the 1m  so does opera  however, FF does less than before https://lit.dev/playground/#gist=0cabcba351eefd12c113302a3d1f6d5c
 There is a hard cut in FF, but the scrollbar indicates that there are more elements but FF simply does the above. Chrome does the 1M (max height 22369618),...