Skip to content

Instantly share code, notes, and snippets.

@Earu
Last active February 7, 2020 14:55
Show Gist options
  • Save Earu/903ce046026fdb89d8fef543e455b1d9 to your computer and use it in GitHub Desktop.
Save Earu/903ce046026fdb89d8fef543e455b1d9 to your computer and use it in GitHub Desktop.
A CSS fix for the new gmod wiki, so it looks like it used to.
html {
background-image: none !important;
}
body {
margin: 0px !important;
max-width: 100% !important;
}
.body {
right: -15px !important;
}
#toolbar>div {
max-width: none !important;
}
#rightbar {
display: none !important;
}
#searchresults {
scrollbar-width: none !important;
}
#topbar {
scrollbar-width: none !important;
}
#contents {
scrollbar-width: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment