[dropdown] Height variation is not working #3035
Labels
tag/next-release/nightly
Any issue which has a corresponding PR which has been merged and is available in the nightly build
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
Height variation of the selection dropdown (described in here) is not working in the latest version.
My guess is...
:not(.unlimited)
selector to default max-height rules, which results higher CSS specificitylong
very long
rules are overridden by default max-height rulesSteps to reproduce
long
orvery long
CSS classesExpected result
Dropdown menus have different heights according to
long
orvery long
classes.Actual result
Dropdown menus are the same height even if you specify
long
orvery long
classes.Testcase
2.9.2 https://jsfiddle.net/unarist/dfcw0rbq/8/
2.9.3 https://jsfiddle.net/unarist/dfcw0rbq/9/
Screenshot (if possible)
Version
2.9.3
The text was updated successfully, but these errors were encountered: