Won't fix List item offset incorrect in AdminCP due to header...

Liam W

in memoriam 1998-2020
This is rather annoying when editing add-ons...

When saving, it redirects back the page with the relevant list and most of the time it jumps to the listen item.

However, it places the list item at the top of the page, instead of underneath the header. This causes the list item to appear scrolled under the header, and scrolling is required to view it, which defeats the purpose of automatically scrolling to it...

Liam
 
This isn't something I'm going to attempt to change at this point. The general workaround involves changing HTML with margins and paddings. That's not something I think we can apply generally, especially in our scrollable divs. Said scrollable divs likely make life more difficult with a JS-based workaround as well (I have seen some oddities with scrolling to position within them like scrolling the page as well).
 
Top Bottom