Revert rc-slider dependency update, add z-index to tooltip (#23873)

This commit is contained in:
Ivana Huckova 2020-04-24 23:04:36 +02:00 committed by GitHub
parent 2e6a713d25
commit 21cbcde15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
"papaparse": "4.6.3",
"rc-cascader": "1.0.1",
"rc-drawer": "3.1.3",
"rc-slider": "9.2.3",
"rc-slider": "8.7.1",
"rc-time-picker": "^3.7.3",
"react": "16.12.0",
"react-beautiful-dnd": "13.0.0",

View File

@ -75,6 +75,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, isHorizontal: boolean) =>
.rc-slider-tooltip {
cursor: grab;
user-select: none;
z-index: ${theme.zIndex.tooltip};
}
.rc-slider-tooltip-inner {