ENG-9738: Fix Mobile docs sidebar scroll#6635
Conversation
Greptile SummaryThis PR fixes the mobile docs sidebar scroll by correcting the drawer's height calculation and flex layout. It also includes an unrelated CSS rule that hides the PostHog chat widget button.
Confidence Score: 4/5The sidebar layout fix is straightforward and correct; the only thing worth a second look is the PostHog widget CSS bundled into this PR without explanation. The core sidebar change is a well-understood CSS flex pattern and looks correct. The CSS file also hides a third-party chat widget with no comment or justification, making it unclear whether this is intentional or a side effect. The adjacent-sibling selector is brittle but not harmful right now. docs/app/assets/tailwind-theme.css — contains the unexplained PostHog widget suppression rules. Important Files Changed
Reviews (1): Last reviewed commit: "ENG-9738: Fix Mobile docs sidebar scroll" | Re-trigger Greptile |
Merging this PR will degrade performance by 4.68%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
No description provided.