From 5c4a7da7191a68f2c8d909b93e153c4cb13b8eef Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 29 Dec 2018 13:09:42 +0800 Subject: feat: support parse port and secret in query string --- src/components/Root.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Root.module.scss') diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss index 2ca2546..4c3653b 100644 --- a/src/components/Root.module.scss +++ b/src/components/Root.module.scss @@ -13,7 +13,7 @@ .content { flex-grow: 1; - overflow: scroll; + overflow: auto; // background: #202020; // $w: 7px; -- cgit v1.3.1