stable

Clone or download

Read-only

Fix request #29211 Search on small screen doesn't display the whole dropdown menu

How to test: - In Documents app, click on the dropdown button of an item near the bottom of the app. Its dropdown should open above the button. - Using dev tools, reduce your viewport so the dropdown menu no longer has enough space to display completely above the button. The dropdown should open below the button, not above it. Scrolling down lets you access the dropdown items. - In Documents "search" page, reduce your viewport so the dropdown menu no longer has enough space to display completely above the button. The dropdown should open below the button, not above it. - Same behaviour expected for other TLP dropdowns (for example in GitLab repositories) - The "owner" search criterion (select2) should no longer clip through the dropdown menu when it opens above the button. Change-Id: I01c648c3c466bf22b04799cb49ebe32709a70a92

Modified Files

Name
M lib/frontend/tlp-dropdown/src/dropdowns.ts +1 −1 Go to diff View file
M plugins/document/themes/_search.scss +6 −0 Go to diff View file