diff --git a/src/styles/global.css b/src/styles/global.css index fe159cc..3e06a86 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -9,7 +9,7 @@ html, body { width: 100%; height: 100%; - overflow: hidden; + overflow: auto; } body { @@ -25,7 +25,6 @@ body { #app { width: 100%; height: 100%; - overflow-y: scroll; } .el-container { diff --git a/src/views/Admin.vue b/src/views/Admin.vue index b063847..2e95b32 100644 --- a/src/views/Admin.vue +++ b/src/views/Admin.vue @@ -328,9 +328,20 @@ const clearBackgroundImage = async () => { + +