mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(banners): correct dismiss/show behavior
This commit is contained in:
parent
0185a1fbd6
commit
45dedbbdaa
2 changed files with 5 additions and 1 deletions
|
|
@ -27,6 +27,10 @@ body.modal-open .habitica-top-banner {
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
padding-right: 1.625rem;
|
padding-right: 1.625rem;
|
||||||
z-index: 1300;
|
z-index: 1300;
|
||||||
|
|
||||||
|
.modal-close {
|
||||||
|
position: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
banner-class="chat-banner"
|
banner-class="chat-banner"
|
||||||
class="chat-banner"
|
class="chat-banner"
|
||||||
height="3rem"
|
height="3rem"
|
||||||
:show="showChatWarning"
|
v-if="showChatWarning"
|
||||||
:class="{faq: faqPage}"
|
:class="{faq: faqPage}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue