Skip to content

Commit

Permalink
SF-2978 Limit chapter and book chapter select height for mobile (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondLuong3 authored Oct 7, 2024
1 parent 6a5ccb1 commit 74da237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
::ng-deep .mat-mdc-select-panel {
&.book-select-menu,
&.chapter-select-menu {
max-height: 85vh;
max-height: 70vh;
}
}

Expand Down

0 comments on commit 74da237

Please sign in to comment.