feat(client): blur effect for modal
This commit is contained in:
parent
426c2fa5d1
commit
aae9bc4cf4
11 changed files with 64 additions and 76 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="mvcprjjd">
|
||||
<transition name="nav-back">
|
||||
<div class="nav-back"
|
||||
<div class="nav-back _modalBg"
|
||||
v-if="showing"
|
||||
@click="showing = false"
|
||||
@touchstart="showing = false"
|
||||
|
|
@ -320,13 +320,7 @@ export default Vue.extend({
|
|||
$nav-hide-threshold: 650px; // TODO: どこかに集約したい
|
||||
|
||||
> .nav-back {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: var(--modalBg);
|
||||
}
|
||||
|
||||
> .nav {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue