Skip to content

Commit 39868f7

Browse files
author
Guillaume Chau
committed
page-mode window resize handling, SSR support
1 parent 069114c commit 39868f7

File tree

4 files changed

+60
-28
lines changed

4 files changed

+60
-28
lines changed

dist/vue-virtual-scroller.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
width: 100%;
1212
}
1313

14-
.resize-observer[data-v-c7b3205a] {
15-
position: absolute;
16-
top: 0;
17-
left: 0;
18-
z-index: -1;
19-
width: 100%;
20-
height: 100%;
21-
border: none;
22-
background-color: transparent;
23-
pointer-events: none;
24-
display: block;
25-
overflow: hidden;
14+
.resize-observer[data-v-6a22d6d2] {
15+
position: absolute;
16+
top: 0;
17+
left: 0;
18+
z-index: -1;
19+
width: 100%;
20+
height: 100%;
21+
border: none;
22+
background-color: transparent;
23+
pointer-events: none;
24+
display: block;
25+
overflow: hidden;
2626
opacity: 0;
27-
}
27+
}
2828

2929
.test h1[data-v-5ee0142a] {
3030
color: #40b883;

0 commit comments

Comments
 (0)