From 25a23af293f082ff78329ff47d1b87dac79e2e4e Mon Sep 17 00:00:00 2001 From: kyebyungha Date: Mon, 9 May 2022 11:03:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EB=B3=B4=EA=B8=B0=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EC=84=B8=EB=A1=9C=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl index 6b67afc..33ae70a 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl @@ -131,7 +131,7 @@
- +
@@ -797,10 +797,12 @@ }); $(".comment_input_cont").hide(); - var txtArea = $(".content"); + var txtArea = $(".b_content"); + if (txtArea) { txtArea.each(function(){ - $(this).height(this.scrollHeight); + $(this).height(this.scrollHeight); + $(this).css("overflow","hidden"); }); }