Merge pull request #3862 from thelounge/xpaw/mentions-zindex
Render sidebar over the mentions popup on mobile
This commit is contained in:
commit
f3d2dc1678
@ -43,6 +43,10 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
#mentions-popup-container {
|
||||||
|
z-index: 8;
|
||||||
|
}
|
||||||
|
|
||||||
.mentions-popup {
|
.mentions-popup {
|
||||||
background-color: var(--window-bg-color);
|
background-color: var(--window-bg-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user