Fix GitHub Ribbon overlapping Scrollbar. Issue #1
This commit is contained in:
parent
6239de16be
commit
4603399401
@ -21,6 +21,9 @@ $(function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//Fix GitHub Ribbon overlapping Scrollbar
|
||||||
|
if ($('article')[0].scrollHeight > $('.right-column').height()) $('#github-ribbon')[0].style.right = '16px'
|
||||||
|
|
||||||
//Toggle Code Block Visibility
|
//Toggle Code Block Visibility
|
||||||
function toggleCodeBlocks() {
|
function toggleCodeBlocks() {
|
||||||
var t = localStorage.getItem("toggleCodeStats")
|
var t = localStorage.getItem("toggleCodeStats")
|
||||||
|
Loading…
Reference in New Issue
Block a user