Render sidebar over the mentions popup on mobile

This commit is contained in:
Pavel Djundik 2020-04-13 12:31:56 +03:00
parent 0fcaa46095
commit 05ff8530cc

View file

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