diff --git a/chrome/browser/resources/history/app.ts b/chrome/browser/resources/history/app.ts index 18cd310f679078..5db76465192201 100644 --- a/chrome/browser/resources/history/app.ts +++ b/chrome/browser/resources/history/app.ts @@ -447,10 +447,11 @@ export class HistoryAppElement extends HistoryAppElementBase { override _scrollHandler() { if (this.scrollTarget) { // When the tabs are visible, show the toolbar shadow for the synced - // devices page only. + // devices page or product specifications page. this.toolbarShadow_ = this.scrollTarget.scrollTop !== 0 && (!this.showHistoryClusters_ || - this.syncedTabsSelected_(this.selectedPage_!)); + this.syncedTabsSelected_(this.selectedPage_!) || + this.selectedPage_ === Page.PRODUCT_SPECIFICATIONS_LISTS); } } diff --git a/chrome/browser/resources/history/product_specifications_item.html b/chrome/browser/resources/history/product_specifications_item.html index 31fd5b5fe9ab67..b5f7f7388b60d8 100644 --- a/chrome/browser/resources/history/product_specifications_item.html +++ b/chrome/browser/resources/history/product_specifications_item.html @@ -23,7 +23,7 @@ } -