File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export class SuiPopupDirective {
124124 const factory = this . _componentFactoryResolver . resolveComponentFactory ( SuiPopup ) ;
125125 this . _popupComponentRef = this . _viewContainerRef . createComponent ( factory ) ;
126126
127- // Append the generated element to the body to avoid any positioning issues.
127+ // Move the generated element to the body to avoid any positioning issues.
128128 document . querySelector ( "body" ) . appendChild ( this . _popupComponentRef . location . nativeElement ) ;
129129
130130 this . _popup . onClose . subscribe ( ( ) => {
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ <h4 class="ui header">Direction</h4>
2222 < sidebar-example-direction > </ sidebar-example-direction >
2323 </ div >
2424 </ demo-example >
25+ < p > For a full page sidebar, just place all of your page content within a < code > sui-sidebar-container</ code > .</ p >
2526 < h2 id ="api " class ="ui dividing header "> API</ h2 >
2627 < demo-api [api] ="api "> </ demo-api >
2728</ demo-page-content >
You can’t perform that action at this time.
0 commit comments