소스 검색

Add z-index to header

sbkwgh 8 년 전
부모
커밋
4603c7d0db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -166,6 +166,7 @@
 		padding: 1rem 2rem;
 		position: fixed;
 		top: 0;
+		z-index: 2;
 		background-color: #fff;
 		display: flex;
 		align-items: center;