Fixed bug with resetting scroll when scrolla=true

This commit is contained in:
Yev Vlasenko
2018-01-11 17:01:21 +00:00
committed by GitHub
parent b49ac4a071
commit a00f607c05

View File

@@ -622,8 +622,8 @@ export default {
</script>
<style>
.v--modal-block-scroll {
position: absolute;
overflow: hidden;
position: fixed;
width: 100vw;
}