Fix scrolling issue in pad when the userlist or the messenger was too big

pull/1/head
yflory 2018-09-11 18:16:36 +02:00
parent 42ffe0ee30
commit 8b05b1acaf
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ body.cp-app-pad {
height: 100%;
border: 0;
> .cke_inner {
overflow: hidden;
flex: 1;
position: unset;
display: flex;