Hide the scrollbar on the marketplace

This commit is contained in:
Anthony J. Thibault 2017-03-24 11:22:50 -07:00
parent 154cd444ad
commit 54b11bb6ee

View file

@ -38,6 +38,7 @@
'#marketplace-navigation input#back-button { position: absolute; left: 20px; margin-top: 12px; padding-left: 0; padding-right: 5px; }' +
'#marketplace-navigation input#all-markets { position: absolute; right: 20px; margin-top: 12px; padding-left: 15px; padding-right: 15px; }' +
'#marketplace-navigation .right { position: absolute; right: 20px; }' +
'::-webkit-scrollbar { width: 0px; background: transparent; }' +
'</style>'
);