Преглед изворни кода

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 {