mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tooltip: Add tooltip support to Histogram (#89196)
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ export const VizTooltipContent = ({
|
||||
const scrollableStyle: CSSProperties = scrollable
|
||||
? {
|
||||
maxHeight: maxHeight,
|
||||
overflowY: 'scroll',
|
||||
overflowY: 'auto',
|
||||
}
|
||||
: {};
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ export const VizTooltipRow = ({
|
||||
maxHeight: 55,
|
||||
whiteSpace: 'wrap',
|
||||
wordBreak: 'break-word',
|
||||
overflowY: 'scroll',
|
||||
overflowY: 'auto',
|
||||
}
|
||||
: {
|
||||
whiteSpace: 'wrap',
|
||||
|
||||
Reference in New Issue
Block a user