Skip to content

Commit 38d617d

Browse files
author
Guillaume Chau
authored
Update vue-virtual-scroller.css
1 parent 72754d3 commit 38d617d

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

dist/vue-virtual-scroller.css

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
2-
.virtual-scroller[data-v-7236941d]:not(.page-mode) {
3-
overflow-y: auto;
4-
}
5-
.item-container[data-v-7236941d] {
6-
box-sizing: border-box;
7-
width: 100%;
8-
overflow: hidden;
9-
}
10-
.items[data-v-7236941d] {
11-
width: 100%;
12-
}
13-
1+
2+
.virtual-scroller[data-v-5594e8c4]:not(.page-mode) {
3+
overflow-y: auto;
4+
}
5+
.item-container[data-v-5594e8c4] {
6+
box-sizing: border-box;
7+
width: 100%;
8+
overflow: hidden;
9+
}
10+
.items[data-v-5594e8c4] {
11+
width: 100%;
12+
}
13+
1414
.resize-observer[data-v-c7b3205a] {
1515
position: absolute;
1616
top: 0;
@@ -22,9 +22,10 @@
2222
background-color: transparent;
2323
pointer-events: none;
2424
display: block;
25-
overflow: hidden;
25+
overflow: hidden;
2626
}
27-
27+
2828
.test h1[data-v-5ee0142a] {
29-
color: #40b883;
29+
color: #40b883;
3030
}
31+

0 commit comments

Comments
 (0)