Additional features, settings, or issues not covered by specific Microsoft Teams categories
Based on some Googling I found following solution. (It works for me on Fedora 31, Kernel: 5.7.11-100.fc31.x86_64)
Steps to resolve the problem:
- Turn off teams
- Install 'xcompmgr':
sudo dnf install xcompmgr
- Run following command to start teams:
teams && xcompmgr -c -l0 -t0 -r0 -o.00 &
More information about 'xcompmgr' can be found here
I hope this will help someone.
Best regards.