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 a0aba21 commit 7c43b96Copy full SHA for 7c43b96
tests/unit/specs/__snapshots__/ve-table-virtual-scroll.spec.js.snap
@@ -3,7 +3,7 @@
3
exports[`veTable virtual scroll render same row height 1`] = `
4
<div class="ve-table">
5
<div class="ve-table-container ve-table-border-around ve-table-virtual-scroll" style="max-height: 500px; height: 500px;">
6
- <div class="ve-table-virtual-phantom">
+ <div class="ve-table-virtual-phantom ve-table-virtual-scroll">
7
<div style="width: 100%;"></div>
8
</div>
9
<table class="ve-table-content ve-table-border-x">
0 commit comments