diff --git a/src/Components/Sections/About/About.jsx b/src/Components/Sections/About/About.jsx index c2934eb..0b10ce1 100644 --- a/src/Components/Sections/About/About.jsx +++ b/src/Components/Sections/About/About.jsx @@ -284,6 +284,12 @@ import { useTranslation } from "react-i18next"; padding: 12px 20px; position: relative; color: ${props => props.$theme === 'dark' ? '#F5EEE6' : '#131313'}; + + overflow: hidden; + + @media (max-width: 768px) { + overflow-y: auto; + } `; const CloseButton = styled(motion.button)`