We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f69d8 commit 2eb49feCopy full SHA for 2eb49fe
peerprep/components/questionpage/QuestionList.tsx
@@ -56,8 +56,8 @@ const QuestionList = ({ questions }: Props) => {
56
};
57
58
return (
59
- <div className="sticky top-0">
60
- <div className="mb-4 flex items-end space-x-4">
+ <div className="flex h-full flex-col">
+ <div className="sticky top-0 mb-4 flex items-end space-x-4">
61
<PeerprepSearchBar
62
value={searchFilter}
63
label="Search questions..."
0 commit comments