Skip to content

Commit

Permalink
MIR-1245 disables dynamic positioning for this dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloNN committed Oct 12, 2023
1 parent 245ea9d commit dca0415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mir-module/src/main/resources/xsl/modsdetails-external.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
</xsl:otherwise>
</xsl:choose>
<div class="btn-group w-100">
<a href="#" class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown">
<a href="#" class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown" data-display="static" >
<i class="fas fa-cog">
<xsl:value-of select="' '" />
</i>
Expand Down

0 comments on commit dca0415

Please sign in to comment.