소스 검색

Change pointer-events so that you can still interact with other header buttons etc

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

+ 1 - 1
src/components/routes/Thread.vue

@@ -122,7 +122,7 @@
 				font-size: 2rem;
 				top: 1rem;
 				opacity: 0;
-				pointer-events: 0;
+				pointer-events: none;
 				transition: opacity 0.2s;
 
 				@at-root #{&}-show {