argon-design-system-angular
argon-design-system-angular copied to clipboard
[Bug] White line across profile image on small screen
Version
1.1.0
Reproduction link
https://github.com/creativetimofficial/argon-design-system-angular
Operating System
Any
Device
Any
Browser & Version
Firefox
Steps to reproduce
- Just run the app and navigate to profile template page
What is expected?
No white lines across page
What is actually happening?
White line across page
Solution
Additional comments
https://github.com/creativetimofficial/argon-design-system-angular/issues/15

Looks like setting the z-index: 0 to a class .separator in file src\assets\scss\custom\_separator.scss solves the issue
Hi @MihajloNesic,
Thank you for working with our products.
Also, you can add z-index:2 to .profile-page .card-profile.
I hope it helps.
Best, Rares
That works too