From 7ddf56514e41bd966cae35a4dded82a72c394a47 Mon Sep 17 00:00:00 2001 From: lapaz Date: Thu, 22 Jun 2023 20:48:00 +0300 Subject: [PATCH] settings: Remove disconnection of date-picker pop-up on scroll. Disconnection of pop-up of date-picker for birthday on scroll of settings is prevented. Fixes #24924 --- web/src/settings_account.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/settings_account.js b/web/src/settings_account.js index 94ebce745e..1ffd79d09c 100644 --- a/web/src/settings_account.js +++ b/web/src/settings_account.js @@ -273,6 +273,7 @@ export function initialize_custom_date_type_fields(element_id) { altInput: true, altFormat: "F j, Y", allowInput: true, + static: true, }); $(element_id)