Skip to content

Commit

Permalink
fix ego network blinking (closes #477)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Aug 25, 2023
1 parent e67e123 commit 1fd540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphe_frontend/app/views/webentity.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 class="word-break">
<div layout-fill layout="column" layout-align="center center" ng-if="!ego.loaded">
<spinner text="'LOADING LINKS'"></spinner>
</div>
<div layout-fill layout="column" ng-if="ego.loaded" style="position: relative">
<div layout-fill layout="column" ng-if="ego.loaded" style="position: relative; overflow: hidden">
<sigma-network
layout-fill
network="ego.network "
Expand Down

0 comments on commit 1fd540f

Please sign in to comment.