diff --git a/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss b/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss index 5617c6f8..deec2a3e 100644 --- a/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss +++ b/client/src/components/BoardMembershipsStep/BoardMembershipsStep.module.scss @@ -1,7 +1,7 @@ :global(#app) { .menu { margin: 8px auto 0; - max-height: 320px; + max-height: 60vh; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; diff --git a/client/src/components/LabelsStep/LabelsStep.module.scss b/client/src/components/LabelsStep/LabelsStep.module.scss index 6e75287c..3f3f01e2 100644 --- a/client/src/components/LabelsStep/LabelsStep.module.scss +++ b/client/src/components/LabelsStep/LabelsStep.module.scss @@ -17,7 +17,7 @@ .items { margin-top: 8px; - max-height: 320px; + max-height: 60vh; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; diff --git a/client/src/components/Memberships/AddPopup/AddPopup.module.scss b/client/src/components/Memberships/AddPopup/AddPopup.module.scss index 2dda3892..95be8d07 100644 --- a/client/src/components/Memberships/AddPopup/AddPopup.module.scss +++ b/client/src/components/Memberships/AddPopup/AddPopup.module.scss @@ -1,7 +1,7 @@ :global(#app) { .users { margin-top: 8px; - max-height: 320px; + max-height: 60vh; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin;