Skip to content

Commit

Permalink
Increase Z index for full screen image navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jan 22, 2025
1 parent 025ad45 commit 7c63574
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/app/entity/entity-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
</div>

<!-- toolbox in upper right corner -->
<div ng-if="entity"
class="btn-group-vertical"
style="opacity:0.8; position:absolute; right:10px; top:90px;">
<div ng-if="entity" class="btn-group-vertical"
style="opacity:0.8; position:absolute; right:10px; top:90px; z-index: 500;">
<a class="btn btn-default btn-sm" ar-scoped-href="entity/{{entity.entityId}}{{currentQuery.toString()}}">
<div style="max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height:inherit;" ng-if="entity.title != ''">
<span class="glyphicon glyphicon-arrow-left"></span>
Expand Down

0 comments on commit 7c63574

Please sign in to comment.