Fix GitHub Ribbon overlapping Scrollbar. Issue #1
Cette révision appartient à :
Parent
6239de16be
révision
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")
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user