Fix scrollbar issue in spreadsheets

pull/1/head
yflory 6 years ago committed by GitHub
parent df5090eaef
commit 9f2355e95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save