Skip to content

Commit 18d9ff8

Browse files
committed
improve status modal
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent 66ca9ba commit 18d9ff8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

apps/user_status/src/components/SetStatusModal.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,19 @@ export default {
238238
</script>
239239

240240
<style lang="scss" scoped>
241+
::v-deep .modal-wrapper {
242+
max-height: unset;
243+
// TODO: can be removed once migrated to @nextcloud-vue >= 5.0
244+
.prev, .next {
245+
display: none !important;
246+
}
247+
}
248+
241249
.set-status-modal {
242250
min-height: 200px;
243251
padding: 8px 20px 20px 20px;
244252
// Enable scrollbar for too long content, same way as in Dashboard customize
245-
max-height: 70vh;
253+
max-height: 95vh;
246254
overflow: auto;
247255
248256
&__header {

0 commit comments

Comments
 (0)