Commit b3bf4f66 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

[filelist] Use .col-resize for scrollbar draw avoidance

Some styles need to be avoided if Files app <html> is in a .col-resize
CL:1858026 to avoid scrollbars. Detect with simpler class selector.

Similar to what was done for directory tree on CL:2094464

Bug: 992821
Change-Id: Id8507beac22461f1423b76a23f769f649652093b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098135
Auto-Submit: Noel Gordon <noel@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749404}
parent 80f05db7
......@@ -29,8 +29,8 @@ grid > * {
display: inline-block;
}
html[class*='col-resize'] list,
html[class*='col-resize'] grid {
html.col-resize list,
html.col-resize grid {
overflow-y: hidden !important;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment