diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index b966ec5b..ed6896a7 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -447,7 +447,7 @@ ul { width: 4em; } #selector-wrapper { - max-height: 600px; + height: 600px; overflow-y: scroll; position: relative; } #selector-wrapper > img { diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index 4810d19d..118eb314 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -636,7 +636,7 @@ ul { } #selector-wrapper { - max-height: 600px; + height: 600px; overflow-y: scroll; position: relative; //width: 100%;