Fix scrollbar in help box in sheets

pull/1/head
yflory 2020-06-02 17:17:27 +02:00
parent 3de6377ad7
commit 10ac7ed6b0
1 changed files with 3 additions and 0 deletions

View File

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