-
-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
type/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bug
Milestone
Description
Bug Report
Height variation of the selection dropdown (described in here) is not working in the latest version.
My guess is...
- fix(dropdown): support selection floating or pointing #2883 adds
:not(.unlimited)
selector to default max-height rules, which results higher CSS specificity - Therefore,
long
very long
rules are overridden by default max-height rules
Steps to reproduce
- Add dropdown with
long
orvery long
CSS classes
Expected result
Dropdown menus have different heights according to long
or very long
classes.
Actual result
Dropdown menus are the same height even if you specify long
or very 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
lubber-de
Metadata
Metadata
Assignees
Labels
type/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bug