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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue')
-rw-r--r--src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue b/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
index 222a51846..8267a0aff 100644
--- a/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
+++ b/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
@@ -428,6 +428,8 @@ div[contenteditable] {
min-height: $clickable-area;
border-radius: math.div($clickable-area, 2);
border: 1px solid var(--color-border-dark);
+ max-height: 180px;
+ overflow-y: scroll;
&:hover,
&:focus,
&:active {