mirror of
https://github.com/nextcloud/server.git
synced 2026-02-22 09:21:04 -05:00
fix(user_status): mount emoji picker outside of dialog
- fix overflow and scroll when emoji picker is open Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
c378bb4e9a
commit
e45d6cab19
2 changed files with 2 additions and 1 deletions
|
|
@ -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')">
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
<template>
|
||||
<NcModal
|
||||
id="user_status-dialog"
|
||||
size="normal"
|
||||
labelId="user_status-set-dialog"
|
||||
dark
|
||||
|
|
|
|||
Loading…
Reference in a new issue