Skip to content
Snippets Groups Projects
Unverified Commit 59f854c0 authored by youngcw's avatar youngcw Committed by GitHub
Browse files

fix superfluous tooltip scrollbars fixes #2621 (#2650)

* fix tooltips with scrollbars

* note
parent 85affae7
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ export const styles = {
borderRadius: 4,
backgroundColor: theme.menuBackground,
color: theme.menuItemText,
overflow: 'scroll',
overflow: 'auto',
},
// Dynamically set
lightScrollbar: null as CSSProperties | null,
......
---
category: Bugfix
authors: [youngcw]
---
Fix scroll bars always showing on tooltips
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