Skip to content

Commit

Permalink
fix: content-lab layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Nov 24, 2024
1 parent 184f084 commit 91b9a3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ export class EntryClips implements OnInit, OnDestroy {
switch (action) {
case 'entry':
// navigate to entry
this.unisphereModuleContext?.closeWidget(); // close widget
document.body.style.overflowY = "auto";
this._widgetService.navigateToEntry(entry.id)
this._widgetService.navigateToEntry(entry.id);
break;
case 'download':
// download entry
Expand Down

0 comments on commit 91b9a3a

Please sign in to comment.