류윤주 류윤주 04-08
250408 류윤주 수정
@e8788dc1134035bca9ef7bde786539a493b31201
client/resources/scss/admin/content.scss
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
@@ -405,6 +405,13 @@
                     &:last-child{
                         border-radius: 0 1rem 0 0;
                     }
+
+                    &.sticky{
+                        position: sticky;
+                        top: 0;
+                        z-index: 1;
+                        background-color: #c8d0d8;
+                    }
                 }
             }
     
@@ -424,12 +431,10 @@
             }
         }
 
-        
+    }
     &.overflow-y{
         overflow-y: auto;
     }
-    }
-
 
 }
 
client/resources/scss/common/base/_reset.scss
--- client/resources/scss/common/base/_reset.scss
+++ client/resources/scss/common/base/_reset.scss
@@ -9,6 +9,7 @@
 	word-break: keep-all;
 	word-wrap: break-word;
 	-webkit-tap-highlight-color : transparent;
+	overflow: hidden;
 	// scroll-behavior: smooth;
 }
 html {
client/views/pages/adm/authority/menuAuthority/MenuAuthority.vue
--- client/views/pages/adm/authority/menuAuthority/MenuAuthority.vue
+++ client/views/pages/adm/authority/menuAuthority/MenuAuthority.vue
@@ -25,13 +25,13 @@
                   </colgroup>
                   <thead>
                     <tr>
-                      <th class="sticy">메뉴명</th>
-                      <th class="sticy">전체</th>
-                      <th class="sticy">읽기</th>
-                      <th class="sticy">쓰기</th>
-                      <th class="sticy">수정</th>
-                      <th class="sticy">삭제</th>
-                      <th class="sticy">파일</th>
+                      <th class="sticky">메뉴명</th>
+                      <th class="sticky">전체</th>
+                      <th class="sticky">읽기</th>
+                      <th class="sticky">쓰기</th>
+                      <th class="sticky">수정</th>
+                      <th class="sticky">삭제</th>
+                      <th class="sticky">파일</th>
                     </tr>
                   </thead>
                   <tbody>
Add a comment
List