Avoid double scroll-bars in control box

This commit is contained in:
JC Brand 2014-09-07 09:51:32 +02:00
parent b7c9c0f508
commit ecdcdc4880
2 changed files with 2 additions and 2 deletions

View File

@ -941,7 +941,7 @@ dl.add-converse-contact {
margin: 0.5em 0 0 0;
height: 194px;
height: calc(100% - 68px);
overflow-x: hidden;
overflow: hidden;
}
#converse-roster .roster-filter {
padding: 0;

View File

@ -1050,7 +1050,7 @@ dl.add-converse-contact {
margin: 0.5em 0 0 0;
height: 194px;
height: ~"calc(100% - 68px)";
overflow-x: hidden;
overflow: hidden;
}
#converse-roster .roster-filter {