From 8f2c5c5df47cb0bfccec509da964587feb202ebe Mon Sep 17 00:00:00 2001 From: becarta Date: Sun, 15 Jun 2025 18:21:02 +0200 Subject: [PATCH] Refactor modal components for improved usability and responsiveness - Updated modal content styles in Certifications, Education, and Skills components to allow for scrollable content on mobile devices. - Removed body overflow control during modal display, enabling better user experience by allowing background scrolling. - Enhanced Work Experience component with click-to-expand functionality for mobile users, improving accessibility and interaction. --- .../widgets/ModernCertifications.astro | 6 +-- src/components/widgets/ModernEducation.astro | 6 +-- src/components/widgets/ModernSkills.astro | 6 +-- .../widgets/ModernWorkExperience.astro | 40 ++++++++++++++++--- 4 files changed, 44 insertions(+), 14 deletions(-) diff --git a/src/components/widgets/ModernCertifications.astro b/src/components/widgets/ModernCertifications.astro index 9f3f3d5..6f1b728 100644 --- a/src/components/widgets/ModernCertifications.astro +++ b/src/components/widgets/ModernCertifications.astro @@ -159,7 +159,7 @@ const getImageSrc = (imagePath: string) => {