Merge pull request #3862 from thelounge/xpaw/mentions-zindex

Render sidebar over the mentions popup on mobile
This commit is contained in:
Pavel Djundik 2020-04-13 13:02:22 +03:00 committed by GitHub
commit f3d2dc1678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,10 @@
</template>
<style>
#mentions-popup-container {
z-index: 8;
}
.mentions-popup {
background-color: var(--window-bg-color);
position: absolute;