fix: clear convos on mobile now has top z-index

This commit is contained in:
Daniel Avila 2023-03-23 23:18:36 -04:00
parent 40e793477b
commit 730256dcda
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
.nav-mask {
position: fixed;
z-index: 998;
z-index: 996;
left: 0;
right: 0;
top: 0;