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.
This commit is contained in:
ibrokemypie 2018-12-25 14:13:50 +11:00 committed by syuilo
parent 0938ea3964
commit 6985c39874
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default Vue.extend({
display block display block
padding 12px 16px 16px 16px padding 12px 16px 16px 16px
height 250px height 250px
overflow hidden overflow auto
box-shadow 0 2px 4px rgba(0, 0, 0, 0.1) box-shadow 0 2px 4px rgba(0, 0, 0, 0.1)
background var(--adminDashboardCardBg) background var(--adminDashboardCardBg)
border-radius 8px border-radius 8px