fix: Ensure menus are always kept on the screen (#1036)
* ensuring dropdowns fit on the screen * refactoring * fix flow types * no longer fixing the elements which should resolve scrolling issues * fix menus that should be fixed * styled-components syntax was wrong * account for fixed dropdowns when handling overflowing menus * Update app/components/DropdownMenu/DropdownMenu.js Co-Authored-By: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
committed by
Tom Moor
parent
00d5b58850
commit
8ea1323a7c
@@ -83,7 +83,7 @@ const SearchFilter = props => {
|
||||
{props.label}
|
||||
</StyledButton>
|
||||
}
|
||||
position="left"
|
||||
position="right"
|
||||
>
|
||||
{({ closePortal }) => (
|
||||
<MaxHeightScrollable>
|
||||
|
||||
Reference in New Issue
Block a user