소스 검색

Remove overflow hidden

sbkwgh 7 년 전
부모
커밋
20d94dd149
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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 {