Merge pull request #67 from beatriceo/dashboard-fix
Fixed Dashboard issues and removed horizontal scroll from chat window
This commit is contained in:
commit
87728fc459
|
@ -163,7 +163,9 @@ a:hover {
|
|||
.contacts {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
// justify-content: center;
|
||||
|
||||
height: calc(100vh - 3.5em);
|
||||
}
|
||||
|
||||
.close-location {
|
||||
|
@ -180,8 +182,8 @@ a:hover {
|
|||
}
|
||||
|
||||
.contacts-list{
|
||||
height: 90vh;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#messages-container {
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
height: 95%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue