Steps to reproduce:
1. Open the attached user's project "CanvasTestUnity2021.zip"
2. Select the ParticleSystem in the Hierarchy to play it in the Scene/Game View
3. Observe the rendering order of the components
4. Move the ParticleSystem in Scene View behind and in front of the CanvasRenderer and observe the changes
Expected Result: The ParticleSystem and SpriteRenderer components render in front of the CanvasRenderer when placed in front of the CanvasRenderer
Actual Result: The ParticleSystem and SpriteRenderer components render behind the CanvasRenderer even if placed in front of the CanvasRenderer
Reproducible with: 2022.2.0a9, 2022.3.14f1, 2023.2.0f1, 2023.3.0a14
Not reproducible on: 2021.3.32f1, 2022.2.0a8
Testing Environment: Windows 10
Not reproducible on: No other environment tested
Notes:
-Workaround: Setting the Canvas Order In Layer to -1 partially resolves the issue. However, the Particle System remains visible even when positioned behind the canvas