Commit c65f71ff7f5eff2011e0f1f02590c722944e30a8

Authored by ly525
Committed by 小小鲁班
1 parent b5d3b9de

fix(page manager): #158 add scroll for page manger; !#zh: 页面管理器超出滚动

front-end/h5/src/components/core/styles/page-manager.scss
1 .page-manager-panel { 1 .page-manager-panel {
2 position: relative; 2 position: relative;
3 3
  4 + max-height: calc(100vh - 200px);
  5 + overflow: scroll;
  6 +
4 &__item { 7 &__item {
5 display: flex; 8 display: flex;
6 justify-content: space-between; 9 justify-content: space-between;
@@ -14,6 +17,8 @@ @@ -14,6 +17,8 @@
14 } 17 }
15 18
16 .footer-actions { 19 .footer-actions {
17 - margin-top: 40px; 20 + position: fixed;
  21 + bottom: 10px;
  22 + margin-left: 40px;
18 } 23 }
19 } 24 }
20 \ No newline at end of file 25 \ No newline at end of file