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

DevTools: Prevent horizontal scrolling in computed style sidebar

Bug: 829244
Change-Id: Idc426e6f0963a30340569c2d2835266d325f290e
Reviewed-on: https://chromium-review.googlesource.com/1079719Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Joel Einbinder <einbinder@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567866}
parent 6c6db333
......@@ -51,7 +51,7 @@
}
.style-panes-wrapper {
overflow: auto;
overflow: hidden auto;
}
.style-panes-wrapper > div:not(:first-child) {
......
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