Skip to content

Commit

Permalink
[M115 Merge] Customize Chrome: Fix not scrolling to cards
Browse files Browse the repository at this point in the history
`.sp-card` has a CSS property value of `display: contents` by default
which prevents the scroll from occurring.

(cherry picked from commit 2744927)

Fixed: 1449336
Change-Id: I98e22cd3389a27e6609de3a851287d0c52af43a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4571342
Commit-Queue: John Lee <johntlee@chromium.org>
Reviewed-by: Riley Tatum <rtatum@google.com>
Cr-Original-Commit-Position: refs/heads/main@{#1150722}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4590551
Cr-Commit-Position: refs/branch-heads/5790@{#364}
Cr-Branched-From: 1d71a33-refs/heads/main@{#1148114}
  • Loading branch information
John Lee authored and Chromium LUCI CQ committed Jun 5, 2023
1 parent 68b6606 commit 81ffffc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/browser/resources/side_panel/customize_chrome/app.html
Expand Up @@ -11,6 +11,10 @@
padding: var(--sp-body-padding) 0;
}

.section {
display: block;
}

sp-heading {
margin: 8px 16px;
}
Expand Down

0 comments on commit 81ffffc

Please sign in to comment.