Skip to content

Commit c89853a

Browse files
committed
Updated vue-resize to latest (fixing some glitches)
1 parent b627775 commit c89853a

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

dist/vue-virtual-scroller.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

2-
.virtual-scroller[data-v-467266c7]:not(.page-mode) {
2+
.virtual-scroller[data-v-303cd025]:not(.page-mode) {
33
overflow-y: auto;
44
}
5-
.item-container[data-v-467266c7] {
6-
box-sizing: border-box;
7-
width: 100%;
5+
.item-container[data-v-303cd025] {
6+
box-sizing: border-box;
7+
width: 100%;
88
overflow: hidden;
99
}
10-
.items[data-v-467266c7] {
10+
.items[data-v-303cd025] {
1111
width: 100%;
12-
}
12+
}
1313

1414
.resize-observer[data-v-c7b3205a] {
1515
position: absolute;

0 commit comments

Comments
 (0)