Try this overflow-x: auto; overflow-y: clip; in your .container and add the position: fixed; to your .select-box--box will solve the problem.
overflow-x: auto; overflow-y: clip;
position: fixed;