fix popovers
This commit is contained in:
parent
5b9cccf3ea
commit
5f502ed27e
1 changed files with 4 additions and 0 deletions
|
@ -2637,6 +2637,10 @@ footer {
|
||||||
z-index: 1110;
|
z-index: 1110;
|
||||||
box-shadow: 0 1px 14px rgba(0,8,14,.25);
|
box-shadow: 0 1px 14px rgba(0,8,14,.25);
|
||||||
// max-height: calc(100vh - 20px);
|
// max-height: calc(100vh - 20px);
|
||||||
|
|
||||||
|
&.is-visible {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-title {
|
.popover-title {
|
||||||
|
|
Loading…
Reference in a new issue