mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Changed open conversation button priority
This commit is contained in:
parent
f99dcf8fdc
commit
80566edced
@ -10,6 +10,7 @@
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
padding-right: 5px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#discussionsElem .open-conversation-button {
|
||||
|
@ -18,6 +18,10 @@
|
||||
height: 100%;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
#friendsList:hover {
|
||||
z-index: 1001;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user