1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
body::-webkit-scrollbar { width: 0 !important } body { -ms-overflow-style: none; overflow: -moz-scrollbars-none; } #topic { position: fixed; top: 0px; left: 0px; width: 100%; border-bottom: 1px solid #000; background-color: #FFF; } #chat-container { margin-top: 65px; }