Skip to content

Commit

Permalink
Fix z layer styling of export button (#451)
Browse files Browse the repository at this point in the history
thanks to @jahandaniyal for the fix #346
  • Loading branch information
jddanna committed Apr 14, 2021
1 parent 8864d17 commit 7c155e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ <h4 class="zero-margin d-inline-block">
<i class="fa fa-share-alt fa-lg"></i> Share
</a>
{% endif %}
<div class="btn-group pull-right" style="margin-right: 1em !important; z-index: 20000">
<div class="btn-group pull-right" style="margin-right: 1em !important; z-index: 1001">
<button type="button" class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<i class="fa fa-download fa-lg"></i> Export <span class="caret"></span>
Expand Down

0 comments on commit 7c155e7

Please sign in to comment.