diff --git a/src/snek/static/base.css b/src/snek/static/base.css index 83ae235..9e5a02b 100644 --- a/src/snek/static/base.css +++ b/src/snek/static/base.css @@ -102,10 +102,15 @@ a { .chat-messages { flex: 1; overflow-y: auto; + scrollbar-width: none; + -ms-overflow-style: none; padding: 10px; height: 200px; background: #1a1a1a; } +.chat-messages::-webkit-scrollbar { + display: none; +} .chat-messages .message { display: flex;