Avoid double scroll-bars in control box
This commit is contained in:
parent
b7c9c0f508
commit
ecdcdc4880
@ -941,7 +941,7 @@ dl.add-converse-contact {
|
|||||||
margin: 0.5em 0 0 0;
|
margin: 0.5em 0 0 0;
|
||||||
height: 194px;
|
height: 194px;
|
||||||
height: calc(100% - 68px);
|
height: calc(100% - 68px);
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#converse-roster .roster-filter {
|
#converse-roster .roster-filter {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1050,7 +1050,7 @@ dl.add-converse-contact {
|
|||||||
margin: 0.5em 0 0 0;
|
margin: 0.5em 0 0 0;
|
||||||
height: 194px;
|
height: 194px;
|
||||||
height: ~"calc(100% - 68px)";
|
height: ~"calc(100% - 68px)";
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#converse-roster .roster-filter {
|
#converse-roster .roster-filter {
|
||||||
|
Loading…
Reference in New Issue
Block a user