diff --git a/redisinsight/ui/src/components/range-filter/styles.module.scss b/redisinsight/ui/src/components/range-filter/styles.module.scss index 197f029ca8..85be14f424 100644 --- a/redisinsight/ui/src/components/range-filter/styles.module.scss +++ b/redisinsight/ui/src/components/range-filter/styles.module.scss @@ -101,6 +101,12 @@ outline: none; } +@-moz-document url-prefix() { + .thumb { + margin-top: 0.33px; + } +} + .thumbZindex3 { z-index: 3; }