mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-21 22:33:13 +08:00
Fix linked protocol info button position [SCI-9328]
This commit is contained in:
parent
7319ac5b50
commit
4f2f5d156b
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue