mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +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-right: 1.625rem;
|
||||
z-index: 1300;
|
||||
|
||||
.modal-close {
|
||||
position: unset;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
banner-class="chat-banner"
|
||||
class="chat-banner"
|
||||
height="3rem"
|
||||
:show="showChatWarning"
|
||||
v-if="showChatWarning"
|
||||
:class="{faq: faqPage}"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in a new issue