We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b77acc commit dd1abccCopy full SHA for dd1abcc
packages/scrollbar/src/index.vue
@@ -91,8 +91,7 @@ export default defineComponent({
91
let style = this.wrapStyle
92
if (gutter) {
93
const gutterWith = `-${gutter}px`
94
- const gutterStyle = `padding-bottom: ${gutter}px; margin-bottom: ${gutterWith}; margin-right: ${gutterWith};`
95
-
+ const gutterStyle = `padding-bottom: ${gutter}px; padding-right: ${gutter}px; margin-bottom: ${gutterWith}; margin-right: ${gutterWith};`
96
if (Array.isArray(this.wrapStyle)) {
97
style = toObject(this.wrapStyle) as anyObject
98
style.marginRight = style.marginBottom = gutterWith
packages/theme-chalk/src/scrollbar.scss
@@ -15,7 +15,7 @@
15
}
16
17
@include e(wrap) {
18
- overflow: scroll;
+ overflow: auto;
19
height: 100%;
20
21
@include m(hidden-default) {
0 commit comments