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 791610d commit 89a369cCopy full SHA for 89a369c
src/app/components/pages/QuestionFinder.tsx
@@ -352,7 +352,7 @@ export const QuestionFinder = withRouter(({location}: RouteComponentProps) => {
352
</Col>
353
</Row>
354
355
- <Row className="mt-4 finder-panel">
+ <Row className="mt-4 position-relative finder-panel">
356
<Col lg={siteSpecific(4, 3)} md={12} xs={12} className="text-wrap my-2" data-testid="question-finder-filters">
357
<QuestionFinderFilterPanel {...{
358
searchDifficulties, setSearchDifficulties,
src/scss/cs/finder.scss
@@ -6,7 +6,7 @@
6
content: "";
7
width: 500px;
8
height: 500px;
9
- top: 430px;
+ top: -162px;
10
left: 61%;
11
background-size: cover;
12
background-image: url("/assets/cs/decor/dots-circle-bg.svg");
0 commit comments