From 24307db140dab10e61471a5a2b1785183b83e968 Mon Sep 17 00:00:00 2001 From: vapao Date: Fri, 27 Nov 2020 10:40:46 +0800 Subject: [PATCH] fix issue for style --- spug_web/src/layout/Sider.js | 2 +- spug_web/src/layout/layout.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spug_web/src/layout/Sider.js b/spug_web/src/layout/Sider.js index 643a1e7..39487de 100644 --- a/spug_web/src/layout/Sider.js +++ b/spug_web/src/layout/Sider.js @@ -74,7 +74,7 @@ class Sider extends React.Component { render() { return ( - +
Logo logo-text diff --git a/spug_web/src/layout/layout.module.css b/spug_web/src/layout/layout.module.css index 651b7c4..6e7d667 100644 --- a/spug_web/src/layout/layout.module.css +++ b/spug_web/src/layout/layout.module.css @@ -16,7 +16,7 @@ flex-direction: column; justify-content: space-between; padding: 24px 24px 0; - overflow-y: scroll; + overflow: auto; } .trigger {