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

UiKit sticky header problem on login screen #77

Closed adrianbj closed 7 years ago

adrianbj commented 7 years ago

The header is pushed down what looks to be the height of the header itself leaving a weird whitespace above the header.

rolandtoth commented 7 years ago

Thanks, I've fixed it in v1.6.6, though the issue was not really came from aos but PW. On the login page the mobile header is used and the desktop header is hidden.

I've disabled the fixed header here entirely because it's unlikely that the page will be higher than the window. There are also adjustments to the compact header and the centered login form too.

adrianbj commented 7 years ago

Thank you!