From 0cbb9c948ed24a4aec67de64fb7b3bcf665b18fa Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Fri, 14 Mar 2025 23:40:29 +0100 Subject: [PATCH] Minor changes --- src/taskpane/components/App.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/taskpane/components/App.tsx b/src/taskpane/components/App.tsx index 2890002d..b63a98be 100644 --- a/src/taskpane/components/App.tsx +++ b/src/taskpane/components/App.tsx @@ -42,12 +42,15 @@ const useStyles = makeStyles({ root: { display: "flex", flexDirection: "column", - height: "100%", padding: "16px", fontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif", backgroundColor: tokens.colorNeutralBackground1, overflow: "auto", - maxHeight: "100vh", + position: "absolute", + top: 0, + left: 0, + right: 0, + bottom: 0, }, statusContainer: { marginTop: "4px", @@ -223,7 +226,7 @@ const App: React.FC = () => { )}
- Edison • v1.0.0 + Edison • v1.0.1