Commit 47832126 authored by Joel Einbinder's avatar Joel Einbinder Committed by Commit Bot

DevTools: Restore scrolling in widgets

The behavior of `contain: layout` changed, and now it seems to prevent
scrollbars from appearing. See https://crbug.com/843320

A follow up patch will fix this for old frontends.

Bug: 851622
Change-Id: I91534d8b9f42d37766147ff31ce941916c8ed713
Reviewed-on: https://chromium-review.googlesource.com/1101404Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567885}
parent fdf66b2e
......@@ -75,7 +75,7 @@ iframe.fill {
.widget {
position: relative;
flex: auto;
contain: layout style;
contain: style;
}
.hbox {
......
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