We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd4ffb commit 2cc01d5Copy full SHA for 2cc01d5
ui/src/components/range/QRange.js
@@ -487,7 +487,7 @@ export default Vue.extend({
487
488
const child = [
489
h('div', {
490
- staticClass: 'q-slider__track-container absolute overflow-hidden'
+ staticClass: 'q-slider__track-container absolute'
491
}, track),
492
493
this.__getThumb(h, 'min'),
ui/src/components/slider/QSlider.js
@@ -238,7 +238,7 @@ export default Vue.extend({
238
}]) : null
239
}, [
240
241
242
243
244
0 commit comments