diff --git a/freechat-client/pages/index.html b/freechat-client/pages/index.html index b04008f..e0d72e6 100644 --- a/freechat-client/pages/index.html +++ b/freechat-client/pages/index.html @@ -31,17 +31,19 @@
- -
-

...

-

- + +
+
+

+

+

+ +
    +
    @@ -128,7 +130,7 @@ } }) .catch(err => { - console.log(err.options) + console.log(err, err.options) $('#server-list').append( $('').attr({ type: 'button', diff --git a/freechat-client/sass/scroll.scss b/freechat-client/sass/scroll.scss index dbbeefd..8418935 100644 --- a/freechat-client/sass/scroll.scss +++ b/freechat-client/sass/scroll.scss @@ -10,3 +10,8 @@ background: $text; border-radius: 10px; } + +.scrollarea { + max-height: 100vh; + overflow: scroll; +}