mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Updated this version
This commit is contained in:
7
dist/styles.css
vendored
7
dist/styles.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user