| Index: chrome/browser/resources/settings/settings_page/settings_section.html
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_section.html b/chrome/browser/resources/settings/settings_page/settings_section.html
|
| index aee3b5ee260f6dfefd08f67284bff161ce5f3a24..e5bac0a9ea86a2c37196adad6da02c0e3a25f6fd 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_section.html
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.html
|
| @@ -30,13 +30,13 @@
|
| @apply(--shadow-elevation-2dp);
|
| background-color: white;
|
| flex: 1;
|
| - overflow: hidden;
|
| }
|
|
|
| :host(.expanding) #card,
|
| :host(.collapsing) #card,
|
| :host(.expanded) #card {
|
| @apply(--shadow-elevation-4dp);
|
| + overflow: hidden;
|
| /* A stacking context constrains sliding sub-pages to the card. */
|
| z-index: 0;
|
| }
|
|
|