Skip to content

Commit d738256

Browse files
committed
Fix ion-modal breakpoint
1 parent 4a50ddc commit d738256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/Reports/ReportsListPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ const ReportsListPage: React.FC = () => {
331331
isOpen={showFilterModal}
332332
onDidDismiss={() => setShowFilterModal(false)}
333333
className="reports-list-page__filter-modal"
334-
initialBreakpoint={0.9}
335-
breakpoints={[0, 0.9]}
334+
initialBreakpoint={1}
335+
breakpoints={[0, 0.25, 0.5, 0.75, 1]}
336336
>
337337
<FilterPanel
338338
categories={categories}

0 commit comments

Comments
 (0)