Linear scale Tick-offset?

Hi, quick question this time. Couldn't find an answer in the documentation or on the forum. If noone's asked before I'm sure it's just an oversight in my part, but I can't find it for the life of me.

I have a horizontal linear scale that starts at 0 and goes to upwards of 900. My major Ticks are at 100 intervals. When my indicator reaches 0, the indicator and it's label (angled 270 degrees) get cut off at the edge of the element.

I've tried to see if padding would help, but the only "fix" I've found is increasing the range. Letting it start at -20 or so ensures the indicator is fully visible at 0. However, this means my majorTicks start at -20 every 100, so my scale gets messed up.

Besides that, this work-around is managable for me - perhaps even prefered! I'll need to offset the ticks though, and I can't find anything on that.