From 32290c0c9916d3c6b4282ca28c7b3bae907a08ff Mon Sep 17 00:00:00 2001 From: Juraj Kapsiar Date: Thu, 3 Oct 2019 21:47:47 +0200 Subject: [PATCH 1/2] fix colliding toggle button and scroll in dropdown --- .../src/themes/teams/components/Dropdown/dropdownStyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/themes/teams/components/Dropdown/dropdownStyles.ts b/packages/react/src/themes/teams/components/Dropdown/dropdownStyles.ts index 68a855d7f0..86acaee650 100644 --- a/packages/react/src/themes/teams/components/Dropdown/dropdownStyles.ts +++ b/packages/react/src/themes/teams/components/Dropdown/dropdownStyles.ts @@ -106,7 +106,7 @@ const dropdownStyles: ComponentSlotStylesPrepared { From cf3559492b8ed3b69276dde131d36cb29ec5a0c2 Mon Sep 17 00:00:00 2001 From: Juraj Kapsiar Date: Thu, 3 Oct 2019 21:54:32 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec04df7da..2a710d91d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Updating `Button` styles for Teams dark & high contrast themes to match design @notandrew ([#1933](https://github.com/stardust-ui/react/pull/1933)) - Update Office brand icons in Teams theme with latest version @notandrew ([#1954](https://github.com/stardust-ui/react/pull/1954)) - Fix various component documentation issues @davezuko ([#1992](https://github.com/stardust-ui/react/pull/1992)) +- Fix colliding toggle button and scrollbar in Dropdown multiselect @jurokapsiar ([#2006](https://github.com/stardust-ui/react/pull/2006)) ### Features - Add experimental runtime accessibility attributes validation (the initial step validates the Button component only) @mshoho ([#1911](https://github.com/stardust-ui/react/pull/1911))