Commit 0e87b62a authored by Felipe Cerqueira's avatar Felipe Cerqueira Committed by Commit Bot

Remove scrollbar from the Add Supervision dialog

Bug: 927957
Change-Id: I8624e0f1b0c3ff2d7479e6912fc11dbbfa14b5e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1646999Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Felipe Cerqueira <cerqueira@google.com>
Cr-Commit-Position: refs/heads/master@{#667093}
parent 23b1c3a0
......@@ -17,6 +17,8 @@
html,
body {
height: 100%;
overflow: auto;
overflow-y: hidden;
}
</style>
</head>
......
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