diff --git a/src/content_script.css b/src/content_script.css index 82aa31c2..02257036 100644 --- a/src/content_script.css +++ b/src/content_script.css @@ -1,5 +1,5 @@ -body { +.fbc-container { --blue60: #0060df; --blue70: #003eaa; --primaryText: #15141A; @@ -13,6 +13,7 @@ body { font-weight: 400; color: #15141A; font-family: "SF Pro Text", 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + overflow: hidden; } /* Button Replacement */ @@ -136,10 +137,6 @@ body { opacity: 1; } -.fbc-container { - overflow: hidden; -} - .fbc-wrapper{ position: fixed; height: 100%;