diff --git a/src/component/WorksPage/newScaleImageMobile.vue b/src/component/WorksPage/newScaleImageMobile.vue
index 36623252..17e5db93 100644
--- a/src/component/WorksPage/newScaleImageMobile.vue
+++ b/src/component/WorksPage/newScaleImageMobile.vue
@@ -49,7 +49,7 @@
-
{{$t('newScaleImage.SecondaryCreation')}}
+
@@ -115,7 +115,7 @@
- {{$t('newScaleImage.SecondaryCreation')}}
+
@@ -753,7 +753,7 @@ export default defineComponent({
.newScaleImageMobile_left{
display: flex;
width: 100%;
- position: sticky;
+ // position: sticky;
top: 0;
height: 55vh;
.newScaleImageMobile_content_right{
@@ -1101,6 +1101,7 @@ export default defineComponent({
padding-bottom: var(--padding);
padding-top: var(--padding);
top: 0;
+ background: #fff;
input,.detail_left_setComment_btn{
border-radius: 1rem;
}