Below page links demonstrate the following:
-
Page with issue of flex
justify-content: center used to horizontally center item inside flex
container resulting in left side cut-off or clipping issue on horizontal
overflow.
-
Page with fix to above issue by using
margin: auto on item inside flex container to horizontally center item
inside flex container and not using justify-content: center in flex.