ProLoser / Github-Omnibox

Github Commands from Google Chrome Omnibox (address bar)
http://goo.gl/n5HJw
MIT License
380 stars 24 forks source link

Fixed labels panel #32

Closed ProLoser closed 10 years ago

ProLoser commented 10 years ago

When the user scrolls (on issues) below 220px add a fixed class to .new-discussion-timeline .discussion-sidebar with the following css:

position: fixed;
margin-left: 780px;
z-index: 1;
top: 0;
ProLoser commented 10 years ago

Nevermind. Can't figure out how to get the dropdowns to properly overlay the comments.