rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

z-index issue after page moved in Page List #97

Closed Toutouwai closed 6 years ago

Toutouwai commented 6 years ago

After a page has been sorted/moved it is stacked above the main menu dropdowns.

2018-07-01_140109

rolandtoth commented 6 years ago

Thanks, added a workaround for this in v1.9.8. An inline CSS is remaining on the pagelist item after moving with a high z-index value, which is imo not required at all.

Toutouwai commented 6 years ago

Thanks for the fix.