From 3ed593e4b68ad96d975a8aa8dd7ec7eba5174b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 15 Jul 2021 16:43:03 +0200 Subject: [PATCH] :bug: Fix scroll in teams dropdown at dashboard --- CHANGES.md | 2 ++ frontend/resources/styles/main/partials/dashboard-sidebar.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fbf3a026c5..7f5c390354 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,8 @@ ### :bug: Bugs fixed +- Add scroll bar to Teams menu [Taiga #1894](https://tree.taiga.io/project/penpot/issue/1894). + ### :arrow_up: Deps updates ### :boom: Breaking changes ### :heart: Community contributions by (Thank you!) diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 2c4a0b8d15..2e90557595 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -38,6 +38,7 @@ z-index: 12; max-height: 30rem; min-width: 230px; + overflow-y: auto; } .options-dropdown {