From 43c036e3e305ad2b41726c5af5b5730d0dc60e9a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Mar 2026 23:36:53 -0600 Subject: [PATCH] fix: enable touch scrolling on ScrollViewers Add PanningMode="VerticalOnly" to DarkScrollViewer style so touch input works on settings page and welcome view. Fixes touchscreen and Remote Desktop touch input. Closes #3 Co-Authored-By: Claude Opus 4.6 --- src/SendspinClient/Resources/Styles/Controls.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SendspinClient/Resources/Styles/Controls.xaml b/src/SendspinClient/Resources/Styles/Controls.xaml index 63391d8..7b519a3 100644 --- a/src/SendspinClient/Resources/Styles/Controls.xaml +++ b/src/SendspinClient/Resources/Styles/Controls.xaml @@ -354,6 +354,7 @@