08-03-2023, 12:58 PM
If you guy use uBlock extension, here is a fix:
Right click to uBlock extension, click Options, click My filter, add 3 lines and save:
Right click to uBlock extension, click Options, click My filter, add 3 lines and save:
Code:
facebook.com##[role="navigation"], [role="complementary"]:style(min-height: calc(100vh - 56px) !important;)
facebook.com##[role="banner"] [role="navigation"]:style(min-height: inherit !important;)
facebook.com##:matches-path(/search) [role="region"] > div:style(min-height: calc(100vh - 56px) !important;)