Skip to content
Snippets Groups Projects
Commit fc10fb6a authored by runemaster's avatar runemaster
Browse files

Use overflow: hidden to rid the scrollbar that should not me there in

the first place.
parent 0a0f652f
No related branches found
No related tags found
No related merge requests found
/* NightShade Theme */ /* NightShade Theme */
/* $Id: */ /* $Id$ */
body { body {
margin: 0px; margin: 0px;
...@@ -440,7 +440,7 @@ table.lastcallers { ...@@ -440,7 +440,7 @@ table.lastcallers {
padding: 5px 5px 0px 5px; padding: 5px 5px 0px 5px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
overflow: auto; overflow: hidden;
} }
html>body div#subslist { html>body div#subslist {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment