Sticky header gone

My forum just updated and now the header is not sticky on mobile.

Very difficult to navigate or use chat now, how can I resolve this?

Does it also happen in safe mode?

1 Like

Ah no that fixes it so it must be a plugin or component right?

1 Like

I think it’s the chat plugin

You might be able to override these css changes in a custom theme component, but I guess there is a reason why they were added

Hmm it happens unless I tick

Disable all client-side plugin customizations

That makes sense. chat is official

Do you know what CSS I need to add back in to fix this?

I don’t have a lot of time now but want to fix this bug now

It’s already fixed, so it’s surprising you are in this situation if you just updated.

The fix is in the release:

1 Like

Not working even by adding in the code to my theme:


html.ios-device body {
    overflow: auto !important;
}

html.ios-device.composer-open body,
html.ios-device.has-full-page-chat body {
  overflow: hidden !important;
}

Can you be more precise when you say ā€œI just updatedā€, was it few hours ago, or actually yesterday?

1 Like

My host updated it, literally about an hour ago, but in the Admin it says updated a day ago. I guess it’s an older version?

It depends what strategy your host is using for updates. Can you share who you’re hosted with?

Yes it’s these:

I’ve emailed them to ask if we can update again.

(How can I see which exact version I’m on? And which versions are available?)

Is it about https://forum.tardis.guide/ which you linked in your profile? That’s on Commits Ā· discourse/discourse Ā· GitHub and, based on the plugins, it seems to be hosted by communiteq.

1 Like

Yes that’s right. Looks like the latest fix is not live.

I’ve asked them to update. But I did put that CSS into my theme and it hasn’t helped.