Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketlee07 committed Sep 10, 2024
1 parent 3cab60f commit 2792d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bostonhacks-2024/components/LandingComponents/Tracks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function Tracks() {
onClick={closePopUp}
>
<div
className="bg-black bg-opacity-90 border border-emerald-400 p-4 sm:p-6 rounded-lg max-w-sm sm:max-w-lg w-11/12 sm:w-full backdrop-filter backdrop-blur-sm"
className="bg-black bg-opacity-90 border border-emerald-400 p-4 sm:p-6 rounded-lg w-11/12 max-h-[70vh] sm:max-h-[50vh] max-w-sm sm:max-w-md sm:w-full overflow-y-auto"
onClick={(e) => e.stopPropagation()}
>
<h1 className="text-emerald-400 pb-4 sm:pb-6 text-2xl sm:text-3xl">
Expand All @@ -150,4 +150,5 @@ function Tracks() {
);
}


export default Tracks;

0 comments on commit 2792d43

Please sign in to comment.