mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 08:07:08 +00:00
Fix feature flags drop list ui
This commit is contained in:
parent
08abe6e1b4
commit
ea3e89935c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ document.addEventListener("DOMContentLoaded", async () => {
|
|||
<a href="#" class="pure-menu-link" aria-label="Feature flags" aria-haspopup="menu">
|
||||
<i class="fa fa-fw fa-flag" ></i><span class="title"> Feature flags</span>
|
||||
</a>
|
||||
<div class="pure-menu-children" role="menu">
|
||||
<div class="pure-menu-children" role="menu" style="color:#333;max-height: 600px;overflow: scroll">
|
||||
${html}
|
||||
</div>
|
||||
</li>`);
|
||||
|
|
Loading…
Reference in a new issue