Fix linked protocol info button position [SCI-9328]

This commit is contained in:
Martin Artnik 2023-09-29 11:44:38 +02:00
parent 7319ac5b50
commit 4f2f5d156b

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>