diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue
index ff23a341..f03ff694 100644
--- a/front/src/views/instructionManual/index.vue
+++ b/front/src/views/instructionManual/index.vue
@@ -14,7 +14,7 @@
@@ -160,15 +160,13 @@ onMounted(() => {
display: flex;
justify-content: flex-start;
margin: 0 auto;
- // margin-top: 74px;
- // padding-top: 0.74rem;
box-sizing: border-box;
- position: fixed;
- left: 50%;
- bottom: 0;
- transform: translateX(-50%);
- top: 0.6rem;
- top: 0;
+ // position: fixed;
+ // left: 50%;
+ // bottom: 0;
+ // transform: translateX(-50%);
+ // top: 0.6rem;
+ // top: 0;
}
.left {
@@ -188,6 +186,7 @@ onMounted(() => {
position: absolute;
top: 10px;
left: 260px;
+ min-height: 600px;
}
.sidebar {
@@ -228,7 +227,4 @@ onMounted(() => {
position: relative;
}
-.content-menu {
- min-height: 600px;
-}