View Single Post
02/17/19, 08:14 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I've adjusted the page css for myself so I see both the addons and comments at once via the firefox extension "Stylus":

Code:
.box-content {
    max-height: 400px;
    overflow-y: auto;
  }
Maybe something that ESOUI could do natively?
  Reply With Quote