Move footer to not be sticky. Closes #2288

This commit is contained in:
Gabe Kangas
2022-12-05 21:04:03 -08:00
parent f1e0816347
commit 0c3d3f1c17
4 changed files with 9 additions and 24 deletions

View File

@@ -382,6 +382,7 @@ export const Content: FC = () => {
setShowFollowModal={setShowFollowModal}
/>
)}
<Footer version={version} />
</div>
{showChat && !isMobile && <Sidebar />}
</AntContent>