summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-09-04 16:34:15 +0800
committerHaishan <[email protected]>2021-09-04 16:34:15 +0800
commit56a1c8c0aa42ef0aad39e9a141c44d0ec1f2c4e4 (patch)
tree5d8593e7430ae06f229942cfee3f59c762c68e72 /src/components
parent1d4ce87c5eb2fc675857355efc539785eb0bd288 (diff)
Upgrade deps
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;
}
}