From adb13ff6c2f8ca14a709f65577e314a3c14adf8e Mon Sep 17 00:00:00 2001 From: Andrey Didenko Date: Tue, 31 Oct 2023 20:46:56 +0500 Subject: [PATCH 1/3] Fix the popup layout for "Add contact" --- apps/OpenSign/src/components/fields/MultiSelectField.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/OpenSign/src/components/fields/MultiSelectField.js b/apps/OpenSign/src/components/fields/MultiSelectField.js index 48aaef090..d3b10fbd2 100644 --- a/apps/OpenSign/src/components/fields/MultiSelectField.js +++ b/apps/OpenSign/src/components/fields/MultiSelectField.js @@ -656,7 +656,8 @@ const MultiSelectField = (props) => { right: 0, bottom: 0, backgroundColor: "rgba(255, 255, 255, 0.75)", - zIndex: 50 + zIndex: 50, + maxHeight: 450 } }} > From 8e2c9c02691f090915cb3b9c8d1e06948e332c18 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:47:53 +0000 Subject: [PATCH 2/3] docs: update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9cd0e20b..a5d3d34ed 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,9 @@ We would like to thank all our contributors and users for their support and feed Aria
Aria

💻 Soumyadipto Pal
Soumyadipto Pal

💻 + + Andrey Didenko
Andrey Didenko

💻 + From 366b89a0b9df2e5d49ea5d96d11e5f701c4bc54e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:47:54 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 65fa59897..d7669b4d0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -133,6 +133,15 @@ "contributions": [ "code" ] + }, + { + "login": "AndreyCurious", + "name": "Andrey Didenko", + "avatar_url": "https://avatars.githubusercontent.com/u/105622604?v=4", + "profile": "https://github.com/AndreyCurious", + "contributions": [ + "code" + ] } ] }