From ad3228b75a177ce39ef3dbdd7bdc84d56100ed74 Mon Sep 17 00:00:00 2001 From: Federico Franco <81330093+FFederi@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:06:22 +0900 Subject: [PATCH] Fix follow button floating on profiles when overview landing page is enabled (#39650) --- app/javascript/mastodon/features/ui/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/ui/index.jsx b/app/javascript/mastodon/features/ui/index.jsx index 0930fc64d7..b743210afb 100644 --- a/app/javascript/mastodon/features/ui/index.jsx +++ b/app/javascript/mastodon/features/ui/index.jsx @@ -633,7 +633,7 @@ class UI extends PureComponent { cheat: this.handleDonate, }; - const minimalShell = !this.props.identity.signedIn && landingPage === 'overview'; + const minimalShell = !this.props.identity.signedIn && landingPage === 'overview' && location.pathname.startsWith('/overview'); return (