Commit f83349f1 authored by JC Brand's avatar JC Brand

Fix scrolling on login/register

parent cad77c2e
...@@ -2273,7 +2273,7 @@ body { ...@@ -2273,7 +2273,7 @@ body {
#conversejs #controlbox.fullscreen { #conversejs #controlbox.fullscreen {
width: 100%; } width: 100%; }
#conversejs #controlbox.fullscreen .controlbox-pane { #conversejs #controlbox.fullscreen .controlbox-pane {
height: 100%; } height: auto; }
#conversejs #controlbox.fullscreen .box-flyout { #conversejs #controlbox.fullscreen .box-flyout {
width: 100%; } width: 100%; }
#conversejs #controlbox .box-flyout { #conversejs #controlbox .box-flyout {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
&.fullscreen { &.fullscreen {
width: 100%; width: 100%;
.controlbox-pane { .controlbox-pane {
height: 100%; height: auto;
} }
.box-flyout { .box-flyout {
width: 100%; width: 100%;
......
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