diff --git a/main.js b/main.js index b5f9a57..d174d35 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ // @version 2024-11-18 // @desc try to take over the world! // @author You -// @match https://rst.runcity.org/*/cp_mgmt*action=edit* +// @match https://rst.runcity.org/*/cp_mgmt* // @icon https://www.google.com/s2/favicons?sz=64&domain=runcity.org // @grant none // @require https://code.jquery.com/jquery-3.7.1.min.js @@ -679,6 +679,13 @@ } let styles = ` + .large-menu { + position: sticky; + top: 0; + z-index: 10; + background: white; + } + #content-wrapper { display: flex; gap: 20px;