Skip to content

Commit 6d68248

Browse files
fix range style for Firefox (#678)
1 parent caeb86b commit 6d68248

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

redisinsight/ui/src/components/range-filter/styles.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
outline: none;
102102
}
103103

104+
@-moz-document url-prefix() {
105+
.thumb {
106+
margin-top: 0.33px;
107+
}
108+
}
109+
104110
.thumbZindex3 {
105111
z-index: 3;
106112
}

0 commit comments

Comments
 (0)