Fix fixed background issue

This commit is contained in:
taehoon 2019-02-03 15:32:24 -05:00
parent 7115584882
commit ee694d62eb
3 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,6 @@
<template>
<div id="app" v-bind:style="style">
<div id="app">
<div class="app-bg-wrapper" v-bind:style="bgStyle"></div>
<nav class='nav-bar container' @click="scrollToTop()" id="nav">
<div class='logo' :style='logoBgStyle'>
<div class='mask' :style='logoMaskStyle'></div>