I had the same problem lately. Solution is simple, just add this line to stylesheet:

Qt Code:
  1. QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
  2. background: none;
  3. }
To copy to clipboard, switch view to plain text mode 

cheers