Skip to content

Commit

Permalink
fix: prevent scrolling propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosarro committed Jan 31, 2025
1 parent bfa22f4 commit 06653c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/FtPrompt/FtPrompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

.promptCard {
overflow-y: scroll;
overscroll-behavior-y: contain;
max-block-size: 95%;
}

Expand Down

0 comments on commit 06653c1

Please sign in to comment.