Skip to content

Commit 486ea8b

Browse files
Update following feedback
1 parent 602b423 commit 486ea8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Vue/src/assets/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.demo-container {
1111
margin: 50px;
1212
height: 50vh;
13-
align-items: center;
1413
}
1514

1615
.file-uploader-block {
@@ -32,6 +31,9 @@
3231
}
3332

3433
.dx-fileuploader-input-container {
35-
width: 75%;
3634
text-align: center;
35+
}
36+
37+
.dx-fileuploader-wrapper {
38+
overflow-y: scroll;
3739
}

0 commit comments

Comments
 (0)