From 013ae339e0bc9a6237652e3a2bbdeef26f2b480e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 28 Apr 2022 19:28:02 +0200 Subject: [PATCH] oops --- changedetectionio/static/styles/styles.css | 2 +- changedetectionio/static/styles/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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%;