summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Connections.tsx2
-rw-r--r--src/components/SideBar.module.scss2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Connections.tsx b/src/components/Connections.tsx
index c9dffc5..e5b4466 100644
--- a/src/components/Connections.tsx
+++ b/src/components/Connections.tsx
@@ -219,13 +219,11 @@ function Conn({ apiConfig }) {
</div>
</div>
<div
- // @ts-expect-error ts-migrate(2322) FIXME: Type 'number | MutableRefObject<any>' is not assig... Remove this comment to see the full error message
ref={refContainer}
style={{ padding: 30, paddingBottom, paddingTop: 0 }}
>
<div
style={{
- // @ts-expect-error ts-migrate(2362) FIXME: The left-hand side of an arithmetic operation must... Remove this comment to see the full error message
height: containerHeight - paddingBottom,
overflow: 'auto',
}}
diff --git a/src/components/SideBar.module.scss b/src/components/SideBar.module.scss
index 4a06377..4bd2e60 100644
--- a/src/components/SideBar.module.scss
+++ b/src/components/SideBar.module.scss
@@ -15,7 +15,7 @@
@media (max-width: 768px) {
display: flex;
justify-content: space-between;
- overflow: scroll;
+ overflow: auto;
}
}