fix: drag cover hiding text

This commit is contained in:
SethBurkart123
2024-05-21 21:41:40 +10:00
parent 438af68b9f
commit 0e71379e52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const SettingsPage = ({ standalone }: SettingsPage) => {
return (
<SettingsContextProvider>
<ToastContainer />
<ToastContainer stacked toastStyle={{ borderRadius: '16px' }} draggable theme={document.body.classList.contains('dark') ? 'dark' : 'light'} />
<div className={`flex flex-col w-[384px] shadow-2xl gap-2 bg-white ${ standalone ? 'h-[600px]' : 'h-[100vh] rounded-xl' } overflow-clip dark:bg-zinc-800 dark:text-white`}>
<div className="grid border-b border-b-zinc-200/40 place-items-center">
<img src={logo} className="w-4/5 dark:hidden" />