Rob Garrison
Rob Garrison
Hmm, I included CSS to [move the menu down](https://github.com/StylishThemes/GitHub-Dark-Script/blob/master/github-script-code-wrap.user.js#L181). Is the `ghd-menu` class not applied?
Hmm, I can't reproduce that. I usually keep the wrapping *enabled* so it was aligned while I was testing. I just set the default to be *disabled* and the menu...
The `margin-top: 45px` definition doesn't include an `!important` flag. Could that be the issue?
Ahh, ok I see it now... when you select a line that wraps, it aligns properly. If a non-wrapping line is selected, then the menu appears 2 lines above.
Ugh. GitHub's code positions that menu by setting a `top` value on the menu, so now that I've moved it, it doesn't stay lined up. I don't know if there...
This is definitely a script bug. It looks like when we wrote GitHub Dark Script, we didn't anticipate the script including additional `@-moz-document` rules:  So right now, all of...
Hi @lanodan! Loading even the simpliest userscript directly into Chrome/Chromium won't work as you expect. Chrome permanently disables userscripts that weren't obtained from the web store ([ref](https://support.google.com/chrome_webstore/answer/2811969)):  I'm not...
Making the change to get this userscript to work in native Chromium/Chrome would be very difficult since we `@require` two external scripts, use `GM_registerMenuCommand`, `GM_setValue` and `GM_getValue` – which are...
Hi @ShalokShalom! I just tested this on Opera 45.0.2552.898 (PGO) on a Windows 10 64-bit system and the shortcuts are working for me. From [your other issue](https://github.com/StylishThemes/GitHub-Dark/issues/506) I'm guessing you...
Is this still an issue?