mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 05:45:01 -04:00
Fix account card shrink + overview scrollbar (#1643)
* don't shrink account card * fix perma-scroll on overview * Update SpacedriveAccount.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export const Component = () => {
|
||||
style={{ paddingTop: TOP_BAR_HEIGHT }}
|
||||
>
|
||||
<PageLayoutContext.Provider value={{ ref }}>
|
||||
<div className="flex h-screen w-full flex-col">
|
||||
<div className="flex w-full flex-1 flex-col">
|
||||
<Outlet />
|
||||
</div>
|
||||
</PageLayoutContext.Provider>
|
||||
|
||||
@@ -4,7 +4,7 @@ import { AuthRequiredOverlay } from '~/components/AuthRequiredOverlay';
|
||||
|
||||
export function SpacedriveAccount() {
|
||||
return (
|
||||
<Card className="relative overflow-hidden !p-5">
|
||||
<Card className="relative">
|
||||
<AuthRequiredOverlay />
|
||||
<Account />
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user