Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Language dropdown cut short when open #145

Closed
gjb2048 opened this issue Aug 14, 2014 · 2 comments
Closed

Language dropdown cut short when open #145

gjb2048 opened this issue Aug 14, 2014 · 2 comments
Assignees
Labels

Comments

@gjb2048
Copy link
Owner

gjb2048 commented Aug 14, 2014

Ref: https://moodle.org/mod/forum/discuss.php?d=266437#p1152778

There is a max-height on the open class.

@gjb2048 gjb2048 added the Bug label Aug 14, 2014
@gjb2048 gjb2048 self-assigned this Aug 14, 2014
@gjb2048
Copy link
Owner Author

gjb2048 commented Aug 14, 2014

Ok, related to moodle/moodle@ce65578 which is related to https://tracker.moodle.org/browse/MDL-41788 upon which the Essential theme implemented the workaround:

.open > .dropdown-menu {
overflow: visible;
}

Which now breaks the core fix.

@gjb2048
Copy link
Owner Author

gjb2048 commented Aug 14, 2014

Note: Core is fine as has YUI version of Bootstrap JS or is configured such that the menu's only drop down when clicked on. However, Essential uses jQuery and the drop downs work when hovered. So hence the disparity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant