Commit 30f6c53a authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Multidevice setup: Set overflow to visible in the session.

This eliminates unnecessary scrollbar in the 'Enter Your password' screen

Bug: 1022335
Change-Id: Ib2254d58a1a91c4cd0a198385aa85ba7bf1e0407
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906787
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714187}
parent e2cf3bc0
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
multidevice-setup { multidevice-setup {
--multidevice-setup-height: 100%; --multidevice-setup-height: 100%;
--multidevice-setup-width: 100%; --multidevice-setup-width: 100%;
--iron-pages-overflow: auto;
} }
#multidevice-help-overlay-container { #multidevice-help-overlay-container {
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
multidevice-setup { multidevice-setup {
--multidevice-setup-height: 640px; --multidevice-setup-height: 640px;
--multidevice-setup-width: 768px; --multidevice-setup-width: 768px;
--iron-pages-overflow: visible;
} }
#backward-button, #backward-button,
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
} }
iron-pages { iron-pages {
overflow: auto; overflow: var(--iron-pages-overflow, visible);
padding: 0 32px; padding: 0 32px;
} }
</style> </style>
......
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