aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css
index c605cce2..88d7135c 100644
--- a/style.css
+++ b/style.css
@@ -766,9 +766,10 @@ footer {
/* extra networks UI */
.extra-network-cards{
- height: 100vh;
- overflow: scroll;
+ height: calc(100vh - 24rem);
+ overflow: clip scroll;
resize: vertical;
+ min-height: 52rem;
}
.extra-networks > div.tab-nav{