From 15bc0f69a8367a57fa1bf263e615285349ad4ab9 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 13 Sep 2020 16:34:18 +0800 Subject: feat: multi backends management --- src/components/APIDiscovery.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/APIDiscovery.module.css') diff --git a/src/components/APIDiscovery.module.css b/src/components/APIDiscovery.module.css index f2aaf71..6c1295a 100644 --- a/src/components/APIDiscovery.module.css +++ b/src/components/APIDiscovery.module.css @@ -12,11 +12,11 @@ display: flex; justify-content: center; + overflow-y: auto; } .container { position: relative; - top: 10%; margin-left: 20px; margin-right: 20px; } -- cgit v1.3.1