diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue
index d2022455c5..25be8e166d 100644
--- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue
+++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue
@@ -229,8 +229,8 @@ const save = () => {
@@ -398,6 +398,11 @@ const save = () => {
:deep(.ed-tabs) {
--ed-tabs-header-height: 36px;
border-top: 1px solid #1f232926;
+ position: sticky;
+ top: 38px;
+ left: 0;
+ background: #fff;
+ z-index: 21;
.ed-tabs__header {
padding-left: 8px;
&::before {
@@ -422,6 +427,11 @@ const save = () => {
font-weight: 500;
line-height: 22px;
padding: 8px;
+ position: sticky;
+ top: 0;
+ left: 0;
+ background: #fff;
+ z-index: 21;
}
.config-mobile-tab {