Sfoglia il codice sorgente

Remove overflow hidden

sbkwgh 7 anni fa
parent
commit
20d94dd149
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      frontend/src/components/routes/ThreadNew.vue

+ 1 - 2
frontend/src/components/routes/ThreadNew.vue

@@ -358,8 +358,7 @@
 		background-color: #fff;
 		border-radius: 0.25rem;
 		border: thin solid $color__gray--darker;
-		overflow: hidden;
-
+		
 		transition: all 0.2s;
 
 		@at-root #{&}--focus {