- fixed Banner Cookie positioning on bottom
- PagePolicy (added Español policy)
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
|
||||
.tothebottomfixed {
|
||||
position: fixed;
|
||||
top: 100px;
|
||||
height: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
height: -100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user