Open unarist opened 7 months ago
Height variation of the selection dropdown (described in here) is not working in the latest version.
My guess is...
:not(.unlimited)
long
very long
Dropdown menus have different heights according to long or very long classes.
Dropdown menus are the same height even if you specify long or very long classes.
2.9.2 https://jsfiddle.net/unarist/dfcw0rbq/8/ 2.9.3 https://jsfiddle.net/unarist/dfcw0rbq/9/
2.9.3
Fixed by #3036
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