diff --git a/changedetectionio/static/styles/scss/parts/_visualselector.scss b/changedetectionio/static/styles/scss/parts/_visualselector.scss index d0608c0c..17e8a659 100644 --- a/changedetectionio/static/styles/scss/parts/_visualselector.scss +++ b/changedetectionio/static/styles/scss/parts/_visualselector.scss @@ -1,6 +1,8 @@ #selector-wrapper { height: 100%; + text-align: center; + max-height: 70vh; overflow-y: scroll; position: relative; diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index f407f40b..da60835b 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -1065,6 +1065,7 @@ ul { #selector-wrapper { height: 100%; + text-align: center; max-height: 70vh; overflow-y: scroll; position: relative; }