Skip to content

Commit

Permalink
feat(Assistant): Adjust result menu height to cut the last element
Browse files Browse the repository at this point in the history
and suggest scrolling, which is particularly useful on mobile because scrollbars are hidden
  • Loading branch information
JF-Cozy committed Oct 30, 2024
1 parent 164ba6e commit c7b8acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assistant/ResultMenu/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
overflow hidden
margin 0 auto
max-width 50rem
max-height 18rem
max-height 16.5rem
border-radius 0 0 28px 28px

&-inner
max-height 18rem
max-height 16.5rem
overflow auto

0 comments on commit c7b8acf

Please sign in to comment.