diff --git a/decnet_web/src/components/TopologyList/TopologyList.css b/decnet_web/src/components/TopologyList/TopologyList.css index 6024f87b..f524b4a9 100644 --- a/decnet_web/src/components/TopologyList/TopologyList.css +++ b/decnet_web/src/components/TopologyList/TopologyList.css @@ -4,7 +4,7 @@ display: flex; flex-direction: column; gap: 24px; - min-height: calc(100vh - 80px); + min-height: calc(100vh - 128px); } .tlist-root .page-header { gap: 24px; }