fix settings window overflow

This commit is contained in:
2024-07-26 17:02:09 +08:00
parent 6a848580f6
commit c473fd496e

View File

@@ -469,7 +469,7 @@ export default (props: {
return ( return (
<div <div
onClick={() => props.setShow(false)} onClick={() => props.setShow(false)}
className="left-0 top-0 overflow-scroll flex justify-center absolute mt-6 w-screen h-full z-10" className="left-0 top-0 overflow-scroll flex justify-center absolute w-full h-full z-10"
> >
<div <div
onClick={(event: any) => { onClick={(event: any) => {