diff --git a/WebContent/cah.css b/WebContent/cah.css index cc5a4f9..6a7a1f6 100644 --- a/WebContent/cah.css +++ b/WebContent/cah.css @@ -244,6 +244,10 @@ h2,h3,h4 { float: right; } +#tab-preferences, #tab-gamelist-filters { + overflow-y: auto; +} + .chat { border: 1px solid black; left: -1px; diff --git a/WebContent/js/cah.app.js b/WebContent/js/cah.app.js index 2d26e29..2cf2f7c 100644 --- a/WebContent/js/cah.app.js +++ b/WebContent/js/cah.app.js @@ -401,6 +401,8 @@ function app_resize() { $("#bottom").height(bottomHeight); $("#info_area").height(bottomHeight); $("#tabs").height(bottomHeight); + $("#tab-preferences").height(bottomHeight - 45); + $("#tab-gamelist-filters").height(bottomHeight - 45); // global chat do_app_resize(chat, log);