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({
91
91
let style = this .wrapStyle
92
92
if (gutter ) {
93
93
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 }; `
96
95
if (Array .isArray (this .wrapStyle )) {
97
96
style = toObject (this .wrapStyle ) as anyObject
98
97
style .marginRight = style .marginBottom = gutterWith
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
@include e (wrap ) {
18
- overflow : scroll ;
18
+ overflow : auto ;
19
19
height : 100% ;
20
20
21
21
@include m (hidden- default) {
You can’t perform that action at this time.
0 commit comments