fix: mobile - left menu covering the chat

This commit is contained in:
gaelle morin 2021-01-19 20:36:07 +01:00
parent f2f33073fc
commit 4145084319
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ nav#main__menu {
position: fixed;
right: 0;
top: 50px;
z-index: 1000;
z-index: 3000;
}
}
}