- fixed Banner Cookie positioning on bottom

- PagePolicy (added Español policy)
This commit is contained in:
Paolo Arena
2019-09-20 15:35:55 +02:00
parent 3459f00a3b
commit cd2ef1f7ae
12 changed files with 283 additions and 100 deletions

View File

@@ -18,6 +18,9 @@
.tothebottomfixed {
position: fixed;
top: 100px;
height: 50px;
left: 0;
right: 0;
bottom: 0;
height: -100%;
z-index: 1000;
}

View File

@@ -1,5 +1,5 @@
<template>
<div v-if="isOpen">
<div v-if="isOpen" class="tothebottomfixed" role="dialog">
<div class="q-pa-md q-gutter-sm">
<transition appear name="slide-up" mode="out-in" :duration="2000">
<q-banner class="bg-primary text-white" transition-show="jump-down">