mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
fix: append color picker popup to dialog element (#12344)
This commit is contained in:
parent
1cdef7d39f
commit
8bb8ae30e1
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ function initPicker(el) {
|
|||
content: picker,
|
||||
placement: 'bottom-start',
|
||||
interactive: true,
|
||||
appendTo: input.closest('dialog') ?? document.body,
|
||||
onShow() {
|
||||
updatePicker(picker, input.value);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue