From cf9b8c357e49043ae818d1b05376eb4a5e72d222 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins <matiss@mja.lv> Date: Tue, 16 Apr 2024 19:43:00 +0100 Subject: [PATCH] :bug: (tooltip) add scrollbars to tooltips that go out of bounds (#2614) --- packages/desktop-client/src/style/styles.ts | 1 + upcoming-release-notes/2614.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 upcoming-release-notes/2614.md diff --git a/packages/desktop-client/src/style/styles.ts b/packages/desktop-client/src/style/styles.ts index fb5010b71..53c9cd57f 100644 --- a/packages/desktop-client/src/style/styles.ts +++ b/packages/desktop-client/src/style/styles.ts @@ -135,6 +135,7 @@ export const styles = { borderRadius: 4, backgroundColor: theme.menuBackground, color: theme.menuItemText, + overflow: 'scroll', }, // Dynamically set lightScrollbar: null as CSSProperties | null, diff --git a/upcoming-release-notes/2614.md b/upcoming-release-notes/2614.md new file mode 100644 index 000000000..0086c8503 --- /dev/null +++ b/upcoming-release-notes/2614.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Fix notes tooltip content going out of bounds. -- GitLab