-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MudOverlay: Introduce mud-skip-overlay-section
#10666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…y-section and added to muddrawer
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10666 +/- ##
=======================================
Coverage 91.79% 91.79%
=======================================
Files 426 426
Lines 13374 13388 +14
Branches 2575 2576 +1
=======================================
+ Hits 12276 12290 +14
Misses 527 527
Partials 571 571 ☔ View full report in Codecov by Sentry. |
I guess this partially reverts #10467? as the explicit:
is not needed anymore again |
well the mudPopover.js didn't exclude it so it finishes that fix. and correct Drawer and Dialog will use the skip class and have their own overlay outside of the popover-provider. Also it will now properly accept Absolute and not try and reposition the overlay. |
mud-skip-overlay-section
Changed the title but didn't update commit message, oops |
Description
Allow Drawer/Dialog separation and introduce class
mud-skip-overlay-section
Fix overlay positioning logic to only position overlays inside mud-popover-provider (nested overlays where someone is using an autocomplete/select/datepicker/etc inside a dialog/drawer/other popover)
Resolves #10587
Resolves #10658
How Has This Been Tested?
Visually, Unit tests adjusted to use correct container for overlays
Type of Changes
Checklist
dev
).