Merge pull request #190 from coxy121/disable-page-scrolling

removed position attribute on block-scroll class
This commit is contained in:
Yev Vlasenko
2018-03-21 06:48:20 +00:00
committed by GitHub

View File

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