Below page links demonstrate the following:

  1. 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.
  2. 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.