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:
Diffstat (limited to 'src/components/ViewerComponent.vue')
-rw-r--r--src/components/ViewerComponent.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue
index 10c48a8e5..1d8533c5c 100644
--- a/src/components/ViewerComponent.vue
+++ b/src/components/ViewerComponent.vue
@@ -72,7 +72,7 @@ export default {
<style lang="scss">
@media only screen and (max-width: 512px) {
// on mobile, modal-container has top: 50px
- #editor-container {
+ .text-editor {
top: auto;
}
}