| 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 28040b45d31fdca88883faa21985a66e00be36b2..604547432070dd7c480cf3f0e8129d4fc5c66d70 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_section.html
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_section.html
|
| @@ -36,6 +36,8 @@
|
| :host(.collapsing) #card,
|
| :host(.expanded) #card {
|
| @apply(--shadow-elevation-4dp);
|
| + /* A stacking context constrains sliding sub-pages to the card. */
|
| + z-index: 0;
|
| }
|
|
|
| :host(:not(.expanding):not(.expanded)) #card {
|
|
|