| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,10 +52,10 @@ | |||
| 52 | 52 | }); | |
| 53 | 53 | }); | |
| 54 | 54 | ||
| 55 | - scrollable.height($("html").innerHeight() - 160); | ||
| 55 | + scrollable.height($("html").innerHeight() - 260); | ||
| 56 | 56 | ||
| 57 | 57 | $(window).on("resize", function() { | |
| 58 | - scrollable.height($("html").innerHeight() - 160); | ||
| 58 | + scrollable.height($("html").innerHeight() - 260); | ||
| 59 | 59 | }); | |
| 60 | 60 | ||
| 61 | 61 | // Highlight the new code blocks. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments