Skip to content
Snippets Groups Projects
Unverified Commit 18c55b0b authored by XpertWebApp's avatar XpertWebApp Committed by GitHub
Browse files

fix: sound status goes out of window on popout mode (#28181)

parent c10137e0
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ class ScreenHeader extends Component { ...@@ -78,7 +78,7 @@ class ScreenHeader extends Component {
</Header.Content> </Header.Content>
<Tooltip.Container> <Tooltip.Container>
<Header.Actions> <Header.Actions>
<Tooltip.Trigger content={notificationsEnabled ? t('sound_is_on') : t('sound_is_off')}> <Tooltip.Trigger content={notificationsEnabled ? t('sound_is_on') : t('sound_is_off')} placement='bottom-left'>
<Header.Action <Header.Action
aria-label={notificationsEnabled ? t('disable_notifications') : t('enable_notifications')} aria-label={notificationsEnabled ? t('disable_notifications') : t('enable_notifications')}
onClick={notificationsEnabled ? onDisableNotifications : onEnableNotifications} onClick={notificationsEnabled ? onDisableNotifications : onEnableNotifications}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment