From ca6cc9217df705baefb5500ed37d01c532cc5029 Mon Sep 17 00:00:00 2001 From: Oksamies Date: Thu, 2 Nov 2023 13:37:44 +0200 Subject: [PATCH 1/2] Make pages scrollable while dropdown open refs - --- packages/cyberstorm/src/components/DropDown/DropDown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cyberstorm/src/components/DropDown/DropDown.tsx b/packages/cyberstorm/src/components/DropDown/DropDown.tsx index ee9785e79..d41999642 100644 --- a/packages/cyberstorm/src/components/DropDown/DropDown.tsx +++ b/packages/cyberstorm/src/components/DropDown/DropDown.tsx @@ -28,7 +28,7 @@ export function DropDown(props: DropDownProps) { return (
- + {React.isValidElement(trigger) ? React.cloneElement(trigger as ReactElement, { From cee006d5882831abb505c6b000e6fa3d7ba8c4ce Mon Sep 17 00:00:00 2001 From: Oksamies Date: Thu, 2 Nov 2023 13:38:23 +0200 Subject: [PATCH 2/2] Remove min height from communities sort by select refs TS-1866 --- .../Layout/CommunityListLayout/CommunityListLayout.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cyberstorm/src/components/Layout/CommunityListLayout/CommunityListLayout.module.css b/packages/cyberstorm/src/components/Layout/CommunityListLayout/CommunityListLayout.module.css index d2b267f6c..98522b4b2 100644 --- a/packages/cyberstorm/src/components/Layout/CommunityListLayout/CommunityListLayout.module.css +++ b/packages/cyberstorm/src/components/Layout/CommunityListLayout/CommunityListLayout.module.css @@ -36,7 +36,6 @@ gap: var(--gap--16); align-content: center; justify-content: flex-end; - min-height: 3rem; } .searchFiltersSortLabel {