removing the mystery #taskbar

This commit is contained in:
psychobunny
2014-09-29 01:08:26 -04:00
parent 37c64e9a11
commit af0cdeef14

View File

@@ -183,4 +183,8 @@
color: black;
}
}
#taskbar {
display: none; /* not sure why I have to do this, but it only seems to show up on prod */
}
}