This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix shadow

-3
-3
src/components/UserProfile/UserProfile.css
··· 535 535 display: flex; 536 536 flex-direction: column; 537 537 height: 100%; 538 - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 539 - border-radius: 8px; 540 - background-color: white; 541 538 overflow: visible; /* Changed from hidden to allow content to determine height */ 542 539 } 543 540