Skip to content
Snippets Groups Projects
Unverified Commit cf9b8c35 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: (tooltip) add scrollbars to tooltips that go out of bounds (#2614)

parent c71e1d2e
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ export const styles = {
borderRadius: 4,
backgroundColor: theme.menuBackground,
color: theme.menuItemText,
overflow: 'scroll',
},
// Dynamically set
lightScrollbar: null as CSSProperties | null,
......
---
category: Bugfix
authors: [MatissJanis]
---
Fix notes tooltip content going out of bounds.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment