From 7525a9041ef3ad4393fb475078c5bba58f3e2891 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Fri, 20 Oct 2023 06:58:20 +1100 Subject: [PATCH] fix overscrolling issue with popup --- interface/src/App.tsx | 2 +- interface/src/components/TabbedContainer.tsx | 2 +- interface/src/index.css | 4 ++ src/SEQTA.js | 55 ++++++++++---------- 4 files changed, 34 insertions(+), 29 deletions(-) diff --git a/interface/src/App.tsx b/interface/src/App.tsx index 57a58b22..97cd34de 100644 --- a/interface/src/App.tsx +++ b/interface/src/App.tsx @@ -38,7 +38,7 @@ const App: React.FC = () => { ]; return ( -
+
diff --git a/interface/src/components/TabbedContainer.tsx b/interface/src/components/TabbedContainer.tsx index 08a8594a..9e050d84 100644 --- a/interface/src/components/TabbedContainer.tsx +++ b/interface/src/components/TabbedContainer.tsx @@ -79,7 +79,7 @@ const TabbedContainer: React.FC = ({ tabs }) => { activeTab === index && (