feat: cp-13.20.0 added vertical scroll to drawer#40301
Merged
Conversation
Contributor
✨ Files requiring CODEOWNER review ✨👨🔧 @MetaMask/core-extension-ux (1 files, +13 -12)
|
n3ps
approved these changes
Feb 20, 2026
Contributor
Builds ready [9b03601]
⚡ Performance Benchmarks (1383 ± 114 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
vinnyhoward
approved these changes
Feb 20, 2026
Contributor
Builds ready [b58db8a]
⚡ Performance Benchmarks (1306 ± 105 ms)
🌐 Dapp Page Load BenchmarksCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is to add vertical scroll to drawer
Changelog
CHANGELOG entry: adds vertical scroll to drawer
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Screen.Recording.2026-02-20.at.6.03.35.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
UI-only styling/layout changes localized to the global menu drawer; main risk is regressions in drawer sizing/positioning across fullscreen vs sidepanel views.
Overview
Improves
GlobalMenuDrawerfullscreen positioning by consistently applying a90pxtop offset (for the logo) to both the backdrop and the drawer panel, and by explicitly pinning the panel withtop/bottominstead of relying onh-full/insetclasses.Updates the drawer’s internal flex layout (
min-h-0,flex-shrink-0, andoverflow-y-auto+ padding) so long content can scroll vertically and the header/close button stays fixed without causing overflow glitches.Written by Cursor Bugbot for commit b58db8a. This will update automatically on new commits. Configure here.