diff --git a/pages.php b/pages.php index c2ddd6c..29af8ab 100644 --- a/pages.php +++ b/pages.php @@ -30,7 +30,8 @@ define("PAGES", [ "sitesettings" => [ "title" => "settings", "styles" => [ - "static/css/themeselector.css" + "static/css/sane_columns.css", + "static/css/themeselector.css", ], "scripts" => [ "static/js/sitesettings.js" diff --git a/static/css/themeselector.css b/static/css/themeselector.css index bc22924..f1c3128 100644 --- a/static/css/themeselector.css +++ b/static/css/themeselector.css @@ -39,6 +39,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. } .colorSelector { - max-height: 50vh; - overflow-y: auto; + max-height: 70vh; + overflow-y: scroll; } \ No newline at end of file