Commit b7ea4c29 authored by JC Brand's avatar JC Brand

Better solution for roster contacts scrolling.

parent d8a9dd5a
...@@ -686,7 +686,7 @@ ...@@ -686,7 +686,7 @@
height: 194px; height: 194px;
height: calc(100% - 50px - 20px); height: calc(100% - 50px - 20px);
overflow: hidden; overflow: hidden;
padding-bottom: 1em; padding-bottom: 3em;
/* (jQ addClass:) if input has value: */ /* (jQ addClass:) if input has value: */
/* (jQ addClass:) if mouse is over the 'x' input area*/ } /* (jQ addClass:) if mouse is over the 'x' input area*/ }
#conversejs #converse-roster.no-contact-requests { #conversejs #converse-roster.no-contact-requests {
...@@ -717,10 +717,9 @@ ...@@ -717,10 +717,9 @@
cursor: pointer; } cursor: pointer; }
#conversejs #converse-roster .roster-contacts { #conversejs #converse-roster .roster-contacts {
margin: 0; margin: 0;
max-height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto; }
padding-bottom: 41px; }
#conversejs #converse-roster .group-toggle { #conversejs #converse-roster .group-toggle {
color: #6C4C44; color: #6C4C44;
display: block; display: block;
......
...@@ -731,7 +731,7 @@ ...@@ -731,7 +731,7 @@
height: $roster-height; height: $roster-height;
height: calc(100% - #{$controlbox-dropdown-height*2} - 20px); height: calc(100% - #{$controlbox-dropdown-height*2} - 20px);
overflow: hidden; overflow: hidden;
padding-bottom: 1em; padding-bottom: 3em;
&.no-contact-requests { &.no-contact-requests {
height: calc(100% - #{$controlbox-dropdown-height} - 20px); height: calc(100% - #{$controlbox-dropdown-height} - 20px);
...@@ -769,10 +769,9 @@ ...@@ -769,10 +769,9 @@
} }
.roster-contacts { .roster-contacts {
margin: 0; margin: 0;
max-height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
padding-bottom: 41px;
} }
.group-toggle { .group-toggle {
color: $text-color; color: $text-color;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment