I have this that is width:100%;
. On bottom i have horizontal scrollbar. What i want is to scrollbar have width: 60%
and float:right;
.Any suggestion how can i do that?
<div style="width:100%;overflow-x:scroll">
content
</div>
So right now scrollbar is over all div and i want to have only half of it and to be on right side. I want to use only css, and not jquery because im using angular. So how can i do that?