Open oceanvievv opened 1 year ago
A button with "shiny premium" className has the wave animation beyond button borders on Safari as you can see in the following video:
https://github.com/Ajaxy/telegram-tt/assets/49017638/7c1348ec-ffdd-4a18-b9c2-376bc72c1917
Possible solution: use "isolation: isolate;" in Button class https://developer.mozilla.org/en-US/docs/Web/CSS/isolation
Actually, I tried and tested it locally, and works wonderful on iPhone X, iOS 16.2
Cannot reproduce on Safari 17
A button with "shiny premium" className has the wave animation beyond button borders on Safari as you can see in the following video:
https://github.com/Ajaxy/telegram-tt/assets/49017638/7c1348ec-ffdd-4a18-b9c2-376bc72c1917
Possible solution: use "isolation: isolate;" in Button class https://developer.mozilla.org/en-US/docs/Web/CSS/isolation