Skip to content

Commit

Permalink
fixed search bar - now sticks
Browse files Browse the repository at this point in the history
  • Loading branch information
lestertai8 committed Feb 2, 2025
1 parent 71f3bac commit bc1b594
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Feed/Feed.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
.feed-content {
margin-top: 150px;
margin-top: 200px;
padding-bottom: 80px;
overflow-y: auto;
min-height: calc(100vh - 64px - 56px);
}

.feed-content .course-select-wrapper {
margin-bottom: 1rem;
position: fixed;
top: 144px;
left: 37%;
right: 37%;
z-index: 1000;
width: 26%;
}

.friends-public-switch {
Expand Down

0 comments on commit bc1b594

Please sign in to comment.