diff --git a/packages/desktop-client/src/style/styles.ts b/packages/desktop-client/src/style/styles.ts index fb5010b71fe8f4940e3c437fd2e2d2973193c788..53c9cd57ff602a0177d04632f1eb558f264c81b9 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 0000000000000000000000000000000000000000..0086c850338f2948d690246064c4aab6754bc54d --- /dev/null +++ b/upcoming-release-notes/2614.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Fix notes tooltip content going out of bounds.