mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ColorScale: prevent vertical scrollbar in container during hover (#51591)
This commit is contained in:
parent
b0f1d35708
commit
1f939f64e9
@ -3179,7 +3179,7 @@ exports[`better eslint`] = {
|
||||
[73, 37, 3, "Unexpected any. Specify a different type.", "193409811"],
|
||||
[89, 39, 3, "Unexpected any. Specify a different type.", "193409811"]
|
||||
],
|
||||
"public/app/core/components/ColorScale/ColorScale.tsx:661627953": [
|
||||
"public/app/core/components/ColorScale/ColorScale.tsx:12349772": [
|
||||
[38, 24, 43, "Do not use any type assertions.", "1727107527"],
|
||||
[38, 25, 19, "Do not use any type assertions.", "1979047218"],
|
||||
[38, 41, 3, "Unexpected any. Specify a different type.", "193409811"]
|
||||
|
@ -154,7 +154,6 @@ const getStyles = (theme: GrafanaTheme2, colors: string[]) => ({
|
||||
position: relative;
|
||||
pointer-events: none;
|
||||
white-space: nowrap;
|
||||
height: 10px;
|
||||
`,
|
||||
follower: css`
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user