diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index 6d3e0a6..17df5af 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -52,6 +52,14 @@ function addIframe() {
position: relative;
overflow: hidden;
padding: 12px;
+
+ &:fullscreen,
+ &:-webkit-full-screen,
+ &:-moz-full-screen,
+ &:-ms-fullscreen {
+ background: var(--el-bg-color);
+ overflow-y: auto;
+ }
}
.app-main.with-fixed-header {
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index d60b24b..3bca22f 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -42,7 +42,7 @@
-