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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-07 13:32:48 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-11 11:40:51 +0300
commit6087995cb8ed34c72c2b59dc2e4fdf7626025029 (patch)
treeee0c44d8bf42929c636b58cd7964ba703aeed8d0 /css
parent1c91d7c5db7b30b4dada4177596b0787ba2c3b91 (diff)
Fix scrolling containers (fixes #15)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index d2ff4cf8a..fdfb0c17b 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -200,7 +200,6 @@ li.ProseMirror-selectednode:after {
.ProseMirror {
margin-top: 44px;
- overflow: scroll;
height: 100%;
position: relative;
}
@@ -358,7 +357,8 @@ li.ProseMirror-selectednode:after {
border-radius: 4px;
padding: 0;
position: relative;
- overflow: scroll;
+ overflow-y: scroll;
+ overflow-x: hidden;
}
div[contenteditable=true],