diff --git a/vacs-map-app/src/components/SandAndSoilOverlay.vue b/vacs-map-app/src/components/SandAndSoilOverlay.vue index 6601612..1660e7b 100644 --- a/vacs-map-app/src/components/SandAndSoilOverlay.vue +++ b/vacs-map-app/src/components/SandAndSoilOverlay.vue @@ -30,7 +30,7 @@ const { soil: soilScheme, sand: sandScheme } = storeToRefs(colorStore) left: 0; top: 0; width: 100%; - height: 100%; + min-height: 100%; background: var(--black-90); color: var(--white); @@ -42,7 +42,6 @@ const { soil: soilScheme, sand: sandScheme } = storeToRefs(colorStore) padding: 1.25rem; - overflow-y: auto; } h1 { diff --git a/vacs-map-app/src/stores/siteContent.js b/vacs-map-app/src/stores/siteContent.js index 4afddd2..951af2d 100644 --- a/vacs-map-app/src/stores/siteContent.js +++ b/vacs-map-app/src/stores/siteContent.js @@ -29,7 +29,7 @@ export const useContentStore = defineStore('siteContent', () => { dataDisclaimer: 'All data used in this application are preliminary results and subject to change', sandAndSoil: - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Auctor neque vitae tempus quam pellentesque nec. \n\n Nullam eget felis eget nunc lobortis mattis aliquam faucibus. Ac tortor vitae purus faucibus ornare suspendisse sed nisi lacus. Egestas erat imperdiet sed euismod. Vulputate ut pharetra sit amet aliquam id diam maecenas ultricies. Tortor aliquam nulla facilisi cras fermentum odio eu. ' + 'High sand levels and low soil carbon can negatively impact crop growth. The coarse texture of sandy soils leads to poor water and nutrient retention, posing challenges for crops that require consistent moisture and nutrient availability. This can result in weaker growth and lower yields. \n\n Low soil carbon levels reduce soil fertility and structure. Without adequate organic matter, soils struggle to support the diverse microorganisms vital for nutrient cycling. This leads to reduced nutrient availability hindering robust and healthy crop growth.' }) return {