CentBrowser Forum

Full Version: Facebook
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
several days are incorrectly displayed by Facebook.
Are there any solutions?Version 354.
Have you tried safe mode?
If it is normal in safe mode, you may need to check your extensions.
i tried in safe mode,removed all extensions and tried older versions-ineffectually.
Can you make a screenshot to show this issue?
[Image: e145820e382d3716be2177a072dae971.png]
FB is having a display error, specifically here is the loss of 2 sides as shown in the picture, Tried safe mode, no extension and logging in on Chrome is very normal
Thank you
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:
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;)