Popover
- fix position bug
This commit is contained in:
parent
dd3471de12
commit
12d33c4d90
1 changed files with 2 additions and 2 deletions
|
@ -3845,6 +3845,8 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
|
@extend .zIndex-6;
|
||||||
|
position: absolute;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
width: 372px;
|
width: 372px;
|
||||||
max-width: 9999px;
|
max-width: 9999px;
|
||||||
|
@ -3852,7 +3854,6 @@ footer {
|
||||||
border: none;
|
border: none;
|
||||||
color: hsl(206,7%,28%);
|
color: hsl(206,7%,28%);
|
||||||
box-shadow: 0 1px 14px rgba(0,8,14,.25);
|
box-shadow: 0 1px 14px rgba(0,8,14,.25);
|
||||||
@extend .zIndex-6;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-body {
|
.popover-body {
|
||||||
|
@ -3953,7 +3954,6 @@ footer {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
min-width: 350px;
|
min-width: 350px;
|
||||||
position: absolute;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@extend .zIndex-2;
|
@extend .zIndex-2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue