소스 검색

Set 'top' to 0 so that it is directly above parent

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

+ 1 - 1
src/components/MenuButton.vue

@@ -72,7 +72,7 @@
 			opacity: 0;
 			margin-top: -1rem;
 			transition: all 0.25s;
-			top: 0.25rem;
+			top: 0rem;
 			left: 0;
 
 			@at-root #{&}--show {