Project

General

Profile

« Previous | Next » 

Revision 36d16d55

Added by Tomer Brisker almost 8 years ago

Fixes #15090 - Add scrolling to taxonomy selection

Having more then ~30 locations or organizations will cause the dropdown
to overflow the view.

(cherry picked from commit e08596721437d9fb427a7a10ec7a545505937fe8)

View differences:

app/assets/stylesheets/patternfly_and_overrides.scss
text-overflow: ellipsis;
}
}
.dropdown-submenu > .dropdown-menu {
max-height: 80vh;
overflow-y: auto;
}

Also available in: Unified diff