fix setting style the correct way

This commit is contained in:
2023-03-16 21:10:58 +08:00
parent f5add0b48d
commit 543d09ebbb

View File

@@ -103,7 +103,7 @@ export default (props: {
props.chatStore.streamMode ? "stream" : "fetch"
}`;
return (
<div className="overflow-scroll flex justify-center absolute w-screen h-screen bg-black bg-opacity-50 z-10">
<div className="left-0 top-0 overflow-scroll flex justify-center absolute w-screen h-screen bg-black bg-opacity-50 z-10">
<div className="m-2 p-2 bg-white rounded-lg h-fit">
<h3 className="text-xl">Settings</h3>
<hr />