Make about modal scrollable

This commit is contained in:
Luck
2025-06-21 21:43:26 +01:00
parent 0ee58ed085
commit 69208e06c1

View File

@@ -166,12 +166,13 @@ const AboutPanel = styled.div`
left: 50%;
transform: translate(-50%, -50%);
z-index: 99;
padding: 10px;
max-width: 650px;
max-height: 100vh;
overflow-y: auto;
color: ${props => props.theme.primary};
background-color: ${props => props.theme.secondary};
padding: 10px;
`;
const BannerContainer = styled.div`