fix(layout): pin PetZone to bottom of right sidebar, separate from scrollable content
This commit is contained in:
@@ -163,11 +163,15 @@ export default function App() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* RIGHT: Ambient + Companions */}
|
{/* RIGHT: Ambient + Companions */}
|
||||||
<div className="w-64 shrink-0 flex flex-col gap-3 overflow-y-auto">
|
<div className="w-64 shrink-0 flex flex-col">
|
||||||
<MusicPlayer />
|
<div className="flex-1 flex flex-col gap-3 overflow-y-auto">
|
||||||
<WhiteNoise />
|
<MusicPlayer />
|
||||||
<Wardrobe onOutfitChange={handleOutfitChange} onAccessoryChange={handleAccessoryChange} />
|
<WhiteNoise />
|
||||||
<PetZone />
|
<Wardrobe onOutfitChange={handleOutfitChange} onAccessoryChange={handleAccessoryChange} />
|
||||||
|
</div>
|
||||||
|
<div className="shrink-0 pt-2">
|
||||||
|
<PetZone />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user