mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 19:58:48 +02:00
Hide the scrollbar on the marketplace
This commit is contained in:
parent
154cd444ad
commit
54b11bb6ee
1 changed files with 1 additions and 0 deletions
|
@ -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#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 input#all-markets { position: absolute; right: 20px; margin-top: 12px; padding-left: 15px; padding-right: 15px; }' +
|
||||||
'#marketplace-navigation .right { position: absolute; right: 20px; }' +
|
'#marketplace-navigation .right { position: absolute; right: 20px; }' +
|
||||||
|
'::-webkit-scrollbar { width: 0px; background: transparent; }' +
|
||||||
'</style>'
|
'</style>'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue