Changed open conversation button priority

This commit is contained in:
Pierre 2017-06-04 18:22:08 +02:00
parent f99dcf8fdc
commit 80566edced
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
width: 100%;
text-align: right;
padding-right: 5px;
z-index: 1000;
}
#discussionsElem .open-conversation-button {

View File

@ -18,6 +18,10 @@
height: 100%;
padding-top: 50px;
}
#friendsList:hover {
z-index: 1001;
}
}
/**