Skip to content

Commit 89a369c

Browse files
committed
QF: Prevent Ada background decor overflowing page
1 parent 791610d commit 89a369c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/pages/QuestionFinder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export const QuestionFinder = withRouter(({location}: RouteComponentProps) => {
352352
</Col>
353353
</Row>
354354

355-
<Row className="mt-4 finder-panel">
355+
<Row className="mt-4 position-relative finder-panel">
356356
<Col lg={siteSpecific(4, 3)} md={12} xs={12} className="text-wrap my-2" data-testid="question-finder-filters">
357357
<QuestionFinderFilterPanel {...{
358358
searchDifficulties, setSearchDifficulties,

src/scss/cs/finder.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content: "";
77
width: 500px;
88
height: 500px;
9-
top: 430px;
9+
top: -162px;
1010
left: 61%;
1111
background-size: cover;
1212
background-image: url("/assets/cs/decor/dots-circle-bg.svg");

0 commit comments

Comments
 (0)