File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ export default defineComponent({
9191 let style = this .wrapStyle
9292 if (gutter ) {
9393 const gutterWith = ` -${gutter }px `
94- const gutterStyle = ` padding-bottom: ${gutter }px; margin-bottom: ${gutterWith }; margin-right: ${gutterWith }; `
95-
94+ const gutterStyle = ` padding-bottom: ${gutter }px; padding-right: ${gutter }px; margin-bottom: ${gutterWith }; margin-right: ${gutterWith }; `
9695 if (Array .isArray (this .wrapStyle )) {
9796 style = toObject (this .wrapStyle ) as anyObject
9897 style .marginRight = style .marginBottom = gutterWith
Original file line number Diff line number Diff line change 1515 }
1616
1717 @include e (wrap ) {
18- overflow : scroll ;
18+ overflow : auto ;
1919 height : 100% ;
2020
2121 @include m (hidden- default) {
You can’t perform that action at this time.
0 commit comments