mobile: fix TTS icon position on iOS (#322)

This commit is contained in:
Huang Xin
2025-02-08 18:21:47 +01:00
committed by GitHub
parent ad1365fa23
commit d3d496b583
@@ -274,7 +274,7 @@ const TTSControl = () => {
<div
ref={iconRef}
className={clsx(
'absolute right-6 h-12 w-12',
'fixed right-6 h-12 w-12',
appService?.hasSafeAreaInset
? 'bottom-[calc(env(safe-area-inset-bottom)+48px)]'
: 'bottom-12',