diff --git a/src/design/index.less b/src/design/index.less
index a7c056bfa..0242ff715 100644
--- a/src/design/index.less
+++ b/src/design/index.less
@@ -23,8 +23,7 @@ body {
position: relative;
width: 100%;
height: 100%;
- overflow: visible;
- overflow-x: hidden;
+ overflow: hidden;
&.color-weak {
filter: invert(80%);
diff --git a/src/layouts/default/content/index.vue b/src/layouts/default/content/index.vue
index 87144aafa..5edfc0d15 100644
--- a/src/layouts/default/content/index.vue
+++ b/src/layouts/default/content/index.vue
@@ -1,6 +1,8 @@