fix(banners): correct dismiss/show behavior

This commit is contained in:
SabreCat 2023-06-07 15:00:51 -05:00
parent 0185a1fbd6
commit 45dedbbdaa
2 changed files with 5 additions and 1 deletions

View file

@ -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>

View file

@ -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