lock body scroll

This commit is contained in:
taehoon 2019-07-19 12:36:07 -04:00
parent 8b321f6f1f
commit ad504768fe
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<template>
<div
v-if="showing"
v-body-scroll-lock="showing"
class="modal-view media-modal-view"
@click.prevent="hide"
>
@ -43,6 +44,10 @@
.media-modal-view {
z-index: 1001;
body:not(.scroll-locked) & {
display: none;
}
&:hover {
.modal-view-button-arrow {
opacity: 0.75;