From 2e01e5530cf6d6925c5229dc85675b010da04802 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 12 Feb 2025 00:56:08 +0800 Subject: [PATCH] after the search bar is focused and the screen height is reduced, let the sheet scroll to top --- .../mobile/TransactionTagSelectionSheet.vue | 14 ++++++++++---- .../mobile/TreeViewSelectionSheet.vue | 14 ++++++++++---- .../mobile/TwoColumnListItemSelectionSheet.vue | 14 ++++++++++---- src/lib/ui/mobile.ts | 18 ++++++++++++++++++ 4 files changed, 48 insertions(+), 12 deletions(-) diff --git a/src/components/mobile/TransactionTagSelectionSheet.vue b/src/components/mobile/TransactionTagSelectionSheet.vue index 6821bd43..ed274574 100644 --- a/src/components/mobile/TransactionTagSelectionSheet.vue +++ b/src/components/mobile/TransactionTagSelectionSheet.vue @@ -1,5 +1,5 @@