MudOverlay: Introduce mud-skip-overlay-section#10666
MudOverlay: Introduce mud-skip-overlay-section#10666danielchalmers merged 5 commits intoMudBlazor:devfrom
mud-skip-overlay-section#10666Conversation
…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-sectionFix 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).