Fix scrollbar in help box in sheets

pull/1/head
yflory 5 years ago
parent 3de6377ad7
commit 10ac7ed6b0

@ -63,6 +63,9 @@ body.cp-app-sheet, body.cp-app-oodoc, body.cp-app-ooslide {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
position: relative; position: relative;
iframe {
flex: 1;
}
} }
#cp-app-oo-offline { #cp-app-oo-offline {
position: absolute; position: absolute;

Loading…
Cancel
Save