Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3723)

Unified Diff: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html

Issue 1974193002: MD Settings: fix overflow scrolling for <settings-dialog> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-polish3
Patch Set: nit Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
index 3c3df6e57fb5fdd2c8a689a5be9f9cfc0688b41c..0efcba02e0e6644bf65fd2e90509e85181789142 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
@@ -15,7 +15,7 @@
<div class="body">
[[getDescriptionText_(state_)]]
</div>
- <div class="button-container" hidden="[[isButtonBarHidden_(state_)]]">
+ <div class="buttons" hidden="[[isButtonBarHidden_(state_)]]">
<paper-spinner active="[[isSpinnerActive_(state_)]]">
</paper-spinner>
<paper-button class="cancel-button" on-tap="onCancelTap_"

Powered by Google App Engine
This is Rietveld 408576698