Skip to content

Commit

Permalink
Add Template Modal: Update scroll related layout (#57617)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jan 8, 2024
1 parent 6d4e6dd commit 73474eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@

.edit-site-custom-template-modal__suggestions_list {
@include break-small() {
overflow: scroll;
max-height: $grid-unit-70 * 4; // Height of four buttons
overflow-y: auto;
}

&__list-item {
Expand Down

0 comments on commit 73474eb

Please sign in to comment.