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"); }); }