Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #515 from crdlc/bug-1121894-v2
Browse files Browse the repository at this point in the history
Bug 1121894 - [Loop] All contacts invited to a room are not visible roun...
  • Loading branch information
Cristian Rodriguez committed Jan 27, 2015
2 parents 44421e0 + 0181674 commit 8c7d9d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/style/shared_with.css
@@ -1,4 +1,8 @@
#shared-with section {
height: 100%;
/* In order to have scroll working properly
* we stablish the 'real' heigh of the list, removing
* the space used by the header
*/
height: calc(100% - 5rem);
background: #fff;
}

0 comments on commit 8c7d9d8

Please sign in to comment.