Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix content-script overriding body css for every page #860

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/content_script.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

body {
.fbc-container {
--blue60: #0060df;
--blue70: #003eaa;
--primaryText: #15141A;
Expand All @@ -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 */
Expand Down Expand Up @@ -136,10 +137,6 @@ body {
opacity: 1;
}

.fbc-container {
overflow: hidden;
}

.fbc-wrapper{
position: fixed;
height: 100%;
Expand Down