diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-12-10 02:16:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-10 02:16:48 +0000 |
commit | 85164a3048e72787655d927dea8c98b1dcda6ecb (patch) | |
tree | f4c3be3959b81e4c841df1c2e6d82aa8ab735545 /usecaseui-portal/src/app/app.component.less | |
parent | a5dcec98423c9a8e4abf04104aec152f93d1ab49 (diff) | |
parent | 640d376e2bbe93361aa827bc97ac1975d7736be9 (diff) |
Merge "feat: Optimize the code"
Diffstat (limited to 'usecaseui-portal/src/app/app.component.less')
-rw-r--r-- | usecaseui-portal/src/app/app.component.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less index 8a2d6e6c..548d21ab 100644 --- a/usecaseui-portal/src/app/app.component.less +++ b/usecaseui-portal/src/app/app.component.less @@ -50,12 +50,11 @@ nz-layout { position: fixed; left: 0; z-index: 100; - // min-height: 937px; height: 100vh; background: #313449; // background: #313449 url('assets/images/UUIMenuBar.png') no-repeat; // background-size: 100%; - overflow: scroll; + overflow: auto; .siderContent { width: 100%; |