mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user