Fix scrollbar issue in spreadsheets

This commit is contained in:
yflory 2019-07-10 13:34:55 +02:00 committed by ansuz
parent 1143ee3974
commit ffd630455f

View File

@ -44,6 +44,7 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
height: 100%; height: 100%;
background-color: lightgrey; background-color: lightgrey;
display: flex; display: flex;
min-height: 0;
} }
#cp-app-oo-editor { #cp-app-oo-editor {
flex: 1; flex: 1;