From 17f7e91faf51349b5d864df027d09f4355289772 Mon Sep 17 00:00:00 2001 From: ibrokemypie Date: Tue, 25 Dec 2018 14:13:50 +1100 Subject: [PATCH] Make activity view in admin scrollable (#3741) I can't think of any reason why this isnt currently the case as the extra lines are still there, just not displayed, meaning theres no difference in performance/memory usage Also means that sometimes entries are cut off which is weird Also, sometimes there is reason to wish to view older entries that may have scrolled off the page/keep reading something which was pushed too far down. --- src/client/app/admin/views/ap-log.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/admin/views/ap-log.vue b/src/client/app/admin/views/ap-log.vue index be665656a..ee48ef15e 100644 --- a/src/client/app/admin/views/ap-log.vue +++ b/src/client/app/admin/views/ap-log.vue @@ -69,7 +69,7 @@ export default Vue.extend({ display block padding 12px 16px 16px 16px height 250px - overflow hidden + overflow auto box-shadow 0 2px 4px rgba(0, 0, 0, 0.1) background var(--adminDashboardCardBg) border-radius 8px