Skip to content

Commit

Permalink
Brief: Change overflow for suggestions container
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoagds committed Aug 28, 2024
1 parent ace2383 commit 30ef9ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

.jetpack-ai-breve__suggestions-container {
max-height: calc( 200px - 32px ); // 32px is the height of the helper buttons wrapper
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
padding: 3px 0; // Space for the focus highlight
}
}
Expand Down

0 comments on commit 30ef9ca

Please sign in to comment.