[fix] hide popover
This commit is contained in:
parent
e32ff3d77a
commit
e32e3437a1
2 changed files with 48 additions and 43 deletions
|
|
@ -16,9 +16,10 @@
|
|||
<body>
|
||||
<nav class="navbar bg-body-tertiary">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand">BaseX LSP client</a>
|
||||
<a href="/dba/logs" target="dba">#</a>
|
||||
|
||||
|
||||
<div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups">
|
||||
<a class="navbar-brand">BaseX LSP client</a>
|
||||
<button id="popcon" popovertarget="mypopover" class="btn btn-danger">
|
||||
<i class="bi bi-router"></i>
|
||||
</button>
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
<button id="connect">connect</button>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/dba/logs" target="dba">#</a>
|
||||
<div class="row">
|
||||
<div>
|
||||
<select id="language">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue