Last active
February 22, 2021 17:43
-
-
Save davidsan/6080069fc06de85ed3e7662f850089c3 to your computer and use it in GitHub Desktop.
not perfect but good enough
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function ()%7Bvar e%3Bdocument.getElementById("someuniqueid")%7C%7C(e%3Ddocument.getElementsByTagName("head"))%5B0%5D%26%26(document.createElementNS%26%26"head"%3D%3De%5B0%5D.tagName%3Fe%5B0%5D.appendChild(document.createElementNS("http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml"%2C"style"))%3Ae%5B0%5D.appendChild(document.createElement("style"))).appendChild(document.createTextNode("table%7Bwidth%3A2000px%3Boverflow-x%3Ascroll%3Bmargin-left%3A5em%3Boverflow-y%3Avisible%3Bdisplay%3Ablock%7Dtable>tbody>tr>td%3Afirst-child%7Bposition%3Aabsolute%7D"))%7D()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| table { | |
| width: 2000px; | |
| overflow-x: scroll; | |
| margin-left: 5em; | |
| overflow-y: visible; | |
| display: block; | |
| } | |
| table > tbody > tr > td:first-child { | |
| position: absolute; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment