/* This causes the scrollwheel to stop working in XP _and_ makes it so that searching with '/' doesn't jump to the results.  That's pretty terrible!
This is really only intended for vimperator users.  For them ^U,^D, jkhl replace the mouses ability to scroll.
*/

body{
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}