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 babf33d commit 7343f19Copy full SHA for 7343f19
index.js
@@ -351,6 +351,10 @@
351
paddingBottom = this.size * (hasPadding ? delta.total - delta.keeps : 0) - paddingTop
352
}
353
354
+ if (paddingBottom < this.size) {
355
+ paddingBottom = 0
356
+ }
357
+
358
delta.paddingTop = paddingTop
359
delta.paddingBottom = paddingBottom
360
delta.offsetAll = allHeight - this.size * this.remain
0 commit comments