Commit 2bb65651 authored by JC Brand's avatar JC Brand

Fix unnecessary scrolling on login/register panes

parent a9b74ca9
......@@ -2462,8 +2462,7 @@ body {
#conversejs #controlbox .controlbox-panes {
background-color: white; }
#conversejs #controlbox .controlbox-pane {
height: -webkit-calc(100% - 63px);
height: calc(100% - 63px); }
height: auto; }
#conversejs #converse-roster {
text-align: left;
......
......@@ -97,7 +97,7 @@
background-color: white;
}
.controlbox-pane {
@include calc(height, '100% - #{$controlbox-head-height}');
height: auto;
}
}
}
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