From 103b0a47a553895211b8a496c7d0875bf154adcd Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 14 Aug 2024 01:46:33 -0400 Subject: [PATCH] Fix scrolling behavior on settings view with small screens --- webview-ui/src/components/SettingsView.tsx | 30 ++++++++++++---------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index 37d44bc..ffc4fdb 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -72,23 +72,23 @@ const SettingsView = ({ left: 0, right: 0, bottom: 0, - padding: "10px 18px 18px 20px", + padding: "10px 0px 15px 20px", display: "flex", flexDirection: "column", overflow: "hidden", }}> -
If you have any questions or feedback, feel free to open an issue at{" "}