Updated this version

This commit is contained in:
Luca Degasperi
2018-03-29 14:19:48 +02:00
parent 1b3f321fea
commit 0ee180aa1a
4 changed files with 80 additions and 50 deletions

7
dist/styles.css vendored
View File

@@ -1,6 +1,5 @@
.v--modal-block-scroll {
position: absolute;
overflow: hidden;
width: 100vw;
}
@@ -19,9 +18,13 @@
height: 100%;
min-height: 100vh;
overflow-y: auto;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;
}
.v--modal-overlay .v--modal-background-click {
min-height: 100%;
width: 100%;
padding-bottom: 10px;
}
.v--modal-overlay .v--modal-box {
position: relative;
overflow: hidden;