Merge pull request #58429 from nextcloud/backport/58422/stable33

[stable33] fix(user_status): mount emoji picker outside of dialog
This commit is contained in:
Maksim Sukharev 2026-02-19 15:49:12 +01:00 committed by GitHub
commit 2bd0bd75e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@
-->
<template>
<div class="custom-input" role="group">
<NcEmojiPicker container=".custom-input" @select="setIcon">
<NcEmojiPicker container="#user_status-dialog" @select="setIcon">
<NcButton
variant="tertiary"
:aria-label="t('user_status', 'Emoji for your status message')">

View file

@ -5,6 +5,7 @@
<template>
<NcModal
id="user_status-dialog"
size="normal"
labelId="user_status-set-dialog"
dark

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long