removed position attribute on block-scroll class

This commit is contained in:
Lee Cox
2018-03-01 11:00:01 -08:00
parent 162fc28e5c
commit 955d0d5c87

View File

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