I am trying to create a “slider” where the user can scroll horizontally to go to certain “slider elements”. However, I am trying to create this using pure css; I can not get it to work correctly.
Start:

End:

Ok, let me explain the photos a bit. Everything inside the "window" is visible. It also means overflow from an unordered list. I want the user to be able to scroll horizontally inside the container to move an unordered list. But; I cannot use overflow: hiddeneither overflow: scrollin the container, as it will hide all overflowing contents, which I do not want.
How can I achieve this or can it be achieved using pure CSS?
: https://jsfiddle.net/f0exzxkw/2/