There was an error while loading. Please reload this page.
1 parent d978dc4 commit 24dbaccCopy full SHA for 24dbacc
1 file changed
src/tab-page/LoadedTabPage.tsx
@@ -79,7 +79,7 @@ const LoadedTabPage = ({
79
streakDiscountCouponEnabled={streakDiscountCouponEnabled}
80
verifiedMode={verifiedMode}
81
/>
82
- <main className="d-flex flex-column flex-grow-1">
+ <main className={`d-flex flex-column flex-grow-1 ${activeTabSlug}-tab-page`}>
83
<AlertList
84
topic="outline"
85
className="mx-5 mt-3"
0 commit comments