diff options
Diffstat (limited to 'apps/user_status/src/components/SetStatusModal.vue')
-rw-r--r-- | apps/user_status/src/components/SetStatusModal.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue index 96223ba7e01..4c2d8e937cc 100644 --- a/apps/user_status/src/components/SetStatusModal.vue +++ b/apps/user_status/src/components/SetStatusModal.vue @@ -233,6 +233,9 @@ export default { min-width: 500px; min-height: 200px; padding: 8px 20px 20px 20px; + // Enable scrollbar for too long content, same way as in Dashboard customize + max-height: 70vh; + overflow: auto; &__header { text-align: center; |