We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f1c41 commit 211a131Copy full SHA for 211a131
docs/src/examples/QVirtualScroll/ScrollArea.vue
@@ -1,6 +1,7 @@
1
<template>
2
<div class="q-ma-md">
3
<q-scroll-area
4
+ :horizontal-offset="[0, 3]"
5
:thumb-style="thumbStyle"
6
:bar-style="barStyle"
7
style="height: 200px"
@@ -44,23 +45,17 @@ export default {
44
45
heavyList,
46
47
thumbStyle: {
- right: '5px',
48
borderRadius: '8px',
49
backgroundColor: '#027be3',
50
width: '8px',
51
opacity: 0.75
52
},
53
54
barStyle: {
55
- right: '2px',
56
borderRadius: '14px',
57
58
width: '14px',
59
- opacity: 0.2,
60
- marginTop: '-3px',
61
- marginBottom: '-3px',
62
- paddingTop: '3px',
63
- paddingBottom: '3px'
+ opacity: 0.2
64
}
65
66
0 commit comments