diff --git a/packages/grafana-ui/src/components/Slider/styles.ts b/packages/grafana-ui/src/components/Slider/styles.ts index c10e6953b8f..28bf5c12740 100644 --- a/packages/grafana-ui/src/components/Slider/styles.ts +++ b/packages/grafana-ui/src/components/Slider/styles.ts @@ -36,9 +36,6 @@ export const getStyles = stylesFactory((theme: GrafanaTheme2, isHorizontal: bool .rc-slider-mark-text-active { color: ${theme.colors.text.primary}; } - .rc-slider-vertical .rc-slider-handle { - margin-top: -10px; - } .rc-slider-handle { border: none; background-color: ${handleColor};