Merge pull request #6318 from artoscinote/ma_SCI_9328

Fix linked protocol info button position [SCI-9328]
This commit is contained in:
Martin Artnik 2023-09-29 12:11:39 +02:00 committed by GitHub
commit 80c23bd0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,10 @@
</div>
</a>
</template>
</div>
<div :class="{'hidden': headerSticked}">
<div class="my-module-protocol-status">
<!-- protocol status dropdown gets mounted here -->
<div :class="{'hidden': headerSticked}">
<div class="my-module-protocol-status">
<!-- protocol status dropdown gets mounted here -->
</div>
</div>
</div>
</div>