Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorIván Sánchez Ortega <ivan@sanchezortega.es>2019-05-13 18:04:27 +0300
committerIván Sánchez Ortega <ivan@sanchezortega.es>2019-05-13 18:10:32 +0300
commit83165055e495510661887fa3c883dbade6ab0f61 (patch)
tree5e82dca52ab4be718fd72f3c40014c4d55eb41d7 /css
parente996cb6612584c03f8e558400b80ae8a088bdb13 (diff)
Prevent editor iframe from being scrolled away from
Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
Diffstat (limited to 'css')
-rw-r--r--css/mobile.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css
index 70776cc7..f2b2c57f 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -13,6 +13,7 @@
#richdocumentsframe {
height: 100vh;
+ position: fixed;
}
}