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
diff options
context:
space:
mode:
-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],