diff options
author | Brandon Mathis <brandon@imathis.com> | 2012-01-08 19:54:17 -0600 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2012-01-08 19:56:55 -0600 |
commit | 930747f06ff633bb3f23df94fe57b679e311a015 (patch) | |
tree | ac3b4e99a170af76e535f05e6ecfa24207e1db96 /.themes/classic/sass/partials/_sharing.scss | |
parent | f99234b10ec3cd038a9537a1cad2a4e93250fb7a (diff) | |
download | my_new_personal_website-930747f06ff633bb3f23df94fe57b679e311a015.tar.xz my_new_personal_website-930747f06ff633bb3f23df94fe57b679e311a015.zip |
Fix for annoying overflow scroll issues caused by facebook and twitter share/follow widgets.
Diffstat (limited to '.themes/classic/sass/partials/_sharing.scss')
-rw-r--r-- | .themes/classic/sass/partials/_sharing.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.themes/classic/sass/partials/_sharing.scss b/.themes/classic/sass/partials/_sharing.scss index 1fa97750..3eecb488 100644 --- a/.themes/classic/sass/partials/_sharing.scss +++ b/.themes/classic/sass/partials/_sharing.scss @@ -4,3 +4,5 @@ background: $img-border top left repeat-x; } } + +#fb-root { display: none; } |