WIP modal updates.
This commit is contained in:
parent
4f41a1ca56
commit
0c1bf515e3
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="container modal-loader vh-100">
|
<div class="container modal-loader vh-100 overflow-visible">
|
||||||
<div class="row h-100 d-flex align-items-center">
|
<div class="row g-2 h-100 d-flex align-items-center">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row h-100">
|
<div class="row h-100">
|
||||||
<div class="col text-center tagbg">
|
<div class="col text-center tagbg">
|
||||||
|
|
@ -49,6 +49,10 @@ export default {
|
||||||
.modal-loader {
|
.modal-loader {
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
p {
|
p {
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue