mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-20 09:24:10 +01:00
style(NewConversationMenu): add z-index to Dialog and DropdownMenuContent (#335)
style(mobile.css): decrease z-index of .nav to 40
This commit is contained in:
parent
ab7cfc6041
commit
cef2668f53
2 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
.nav {
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
z-index: 40;
|
||||
left: calc(-100%);
|
||||
top: 0;
|
||||
width: calc(100% - 60px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue