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:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 14:25:30 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 14:25:30 +0300
commit4519bbd0c07c3badc868b68e0c10c62ba47dd97c (patch)
tree302024b135710de5c5700002d0200fb52223108e /src/components/NewMessageForm
parent277ef77396213cdf224b04216466cdf00525e645 (diff)
Fix advanced input border radius
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/components/NewMessageForm')
-rw-r--r--src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue b/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
index 8267a0aff..737ef132d 100644
--- a/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
+++ b/src/components/NewMessageForm/AdvancedInput/AdvancedInput.vue
@@ -429,7 +429,7 @@ div[contenteditable] {
border-radius: math.div($clickable-area, 2);
border: 1px solid var(--color-border-dark);
max-height: 180px;
- overflow-y: scroll;
+ overflow-y: auto;
&:hover,
&:focus,
&:active {