Fix GitHub Ribbon overlapping Scrollbar. Issue #1
This commit is contained in:
bovenliggende
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
|
||||
function toggleCodeBlocks() {
|
||||
var t = localStorage.getItem("toggleCodeStats")
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user