Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -14,6 +14,12 @@ | ... | @@ -14,6 +14,12 @@ |
| 14 | height: 90%; | 14 | height: 90%; |
| 15 | width: 100%; | 15 | width: 100%; |
| 16 | overflow-y: auto; | 16 | overflow-y: auto; |
| 17 | + -ms-overflow-style: none; /* IE and Edge */ | ||
| 18 | + scrollbar-width: none; /* Firefox */ | ||
| 19 | + } | ||
| 20 | + | ||
| 21 | + #chat::-webkit-scrollbar { | ||
| 22 | + display: none; /* Chrome, Safari, Opera*/ | ||
| 17 | } | 23 | } |
| 18 | 24 | ||
| 19 | /* 접속 알림 */ | 25 | /* 접속 알림 */ |
| ... | @@ -47,6 +53,7 @@ | ... | @@ -47,6 +53,7 @@ |
| 47 | margin-top: 10px; | 53 | margin-top: 10px; |
| 48 | margin-left: 5%; | 54 | margin-left: 5%; |
| 49 | margin-right: 5%; | 55 | margin-right: 5%; |
| 56 | + padding: 3px; | ||
| 50 | text-align: right; | 57 | text-align: right; |
| 51 | clear:both; | 58 | clear:both; |
| 52 | float:right; | 59 | float:right; |
| ... | @@ -59,6 +66,7 @@ | ... | @@ -59,6 +66,7 @@ |
| 59 | margin-top: 10px; | 66 | margin-top: 10px; |
| 60 | margin-left: 5%; | 67 | margin-left: 5%; |
| 61 | margin-right: 5%; | 68 | margin-right: 5%; |
| 69 | + padding: 3px; | ||
| 62 | text-align: left; | 70 | text-align: left; |
| 63 | clear:both; | 71 | clear:both; |
| 64 | float:left; | 72 | float:left; | ... | ... |
-
Please register or login to post a comment