summaryrefslogtreecommitdiff
path: root/src/components/APIDiscovery.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-09-13 16:34:18 +0800
committerHaishan <[email protected]>2020-09-13 17:16:14 +0800
commit15bc0f69a8367a57fa1bf263e615285349ad4ab9 (patch)
treefbdd2a46303703822f7e7bc3462a70b4855fe4a1 /src/components/APIDiscovery.module.css
parenta8f0d3d4b4928caebf61c75fa9191a170b471035 (diff)
feat: multi backends management
Diffstat (limited to 'src/components/APIDiscovery.module.css')
-rw-r--r--src/components/APIDiscovery.module.css2
1 files changed, 1 insertions, 1 deletions
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;
}