ColorScale: prevent vertical scrollbar in container during hover (#51591)

This commit is contained in:
Leon Sorokin 2022-06-29 13:34:12 -05:00 committed by GitHub
parent b0f1d35708
commit 1f939f64e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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"]

View File

@ -154,7 +154,6 @@ const getStyles = (theme: GrafanaTheme2, colors: string[]) => ({
position: relative;
pointer-events: none;
white-space: nowrap;
height: 10px;
`,
follower: css`
position: absolute;