Skip to content

Commit 5936df3

Browse files
committed
Fix view with bottom nav bar
1 parent 29bc696 commit 5936df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default {
107107
<style lang="scss" scoped>
108108
.covid {
109109
position: absolute;
110-
height: 100vh;
110+
height: 100%;
111111
overflow: hidden;
112112
113113
&.is-open {
@@ -122,7 +122,7 @@ export default {
122122
position: relative;
123123
z-index: 1;
124124
width: 100vw;
125-
height: 100vh;
125+
height: 100%;
126126
background-color: #191a1a;
127127
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
128128
transform: translate3d(0, 0%, 0);

0 commit comments

Comments
 (0)