commit | 8addab97c51649a2d10fbf0ecfe7a968908901b6 | [log] [tgz] |
---|---|---|
author | Riley Tatum <rtatum@google.com> | Tue Mar 12 00:17:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 12 00:17:17 2024 |
tree | 2c6ce32482acaa11397a575cf8c98cbcd5f830b3 | |
parent | 68afaadaeb9d1dea7c170e6014749399f31f9e6b [diff] |
[Panorama] Hide overflow-x A horizontal scrollbar is showing at minimum width. There seems to be an extra width on #container. The extra width goes away with the removal of border-box, but then we get double vertical scrollbars. I removed the overflow: auto on #container to handle it instead. It will use the styling of .sp-scroller instead, which sets overflow-x to hidden. Also, removed GM2 margin-bottom (it was being overridden by the GM3 style below it so it went unnoticed) that was accidentally left in. Bug: 5319610 Change-Id: Id43666421a93ead51e452110b2f5e10dd609419b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5362799 Commit-Queue: Riley Tatum <rtatum@google.com> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1271274}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.