메시지창 모바일에서 안보이는 것 해결

This commit is contained in:
2018-04-17 21:37:59 +09:00
parent b2096cc274
commit 05c4f721f2
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -9,6 +9,11 @@
}
/*임시용 끝*/
#message_board{
height:1370px;
position:relative;
}
#message_board section{
overflow-y:auto;
overflow-x:hidden;
@@ -91,10 +96,10 @@
}
.board_side{
position:absolute;
height:1370px;
width:498px;
overflow-y: hidden;
display:inline-block;
border-left:groove 1px;
border-right:groove 1px;
border-bottom:groove 1px;