Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
compute_scrollbar_topy = function(state)
	local f = compute_scrollbar(state)
	return state.top + f*(state.bottom - state.top)
end