Commit 6a25fb53 authored by Yue Li's avatar Yue Li Committed by Commit Bot

Fix scrollbar issue for Assistant opt-in screen

Update a few styles to fix the scrollbar issue on the value prop and
voice match screens.

Bug: b/143266371
Test: Manual Test
Change-Id: I147b81315b2d79cb879754b834d0f707256e5ea5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880668Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Yue Li <updowndota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709632}
parent 1f70395a
...@@ -51,6 +51,7 @@ oobe-dialog { ...@@ -51,6 +51,7 @@ oobe-dialog {
#logo { #logo {
height: 32px; height: 32px;
margin: 0; margin: 0;
width: 32px;
} }
#next-button { #next-button {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#value-prop-view { #value-prop-view {
display: block; display: block;
height: 256px; height: 232px;
margin: auto; margin: auto;
} }
......
...@@ -44,9 +44,10 @@ ...@@ -44,9 +44,10 @@
#recording-container, #recording-container,
#already-setup-container { #already-setup-container {
display: none; display: none;
height: 460px; flex-grow: 1;
} }
.container,
.intro #intro-container, .intro #intro-container,
.already-setup #already-setup-container { .already-setup #already-setup-container {
display: flex; display: flex;
......
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