Skip to content

Commit

Permalink
add fullscreen overlay so the tooltips for the 2 dag toggles show (#749)
Browse files Browse the repository at this point in the history
dockstore/dockstore#1993 fix fullscreen dag tooltips bug
  • Loading branch information
NatalieEO authored Aug 22, 2019
1 parent edc11e4 commit e5770bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/workflow/dag/dag.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ import { CustomMaterialModule } from './../../shared/modules/material.module';
import { CwlViewerComponent } from './cwl-viewer/cwl-viewer.component';
import { DagComponent } from './dag.component';
import { WdlViewerComponent } from './wdl-viewer/wdl-viewer.component';
import { FullscreenOverlayContainer, OverlayContainer } from '@angular/cdk/overlay';

@NgModule({
providers: [{ provide: OverlayContainer, useClass: FullscreenOverlayContainer }],
imports: [CommonModule, FlexLayoutModule, FormsModule, MatIconModule, MatProgressBarModule, MatTooltipModule, CustomMaterialModule],
declarations: [DagComponent, CwlViewerComponent, WdlViewerComponent],
exports: [DagComponent]
Expand Down

0 comments on commit e5770bb

Please sign in to comment.