Explorar el Código

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

sbkwgh hace 8 años
padre
commit
9851d1c06d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {