UI: place scalebar under search field
This commit is contained in:
parent
4b05acf338
commit
ea2a49d6cd
4 changed files with 37 additions and 10 deletions
|
@ -26,7 +26,7 @@
|
|||
<Drawer placement="right"
|
||||
transitionType="fly" {transitionParams}
|
||||
activateClickOutside={false}
|
||||
divClass="overflow-y-auto"
|
||||
divClass="overflow-y-auto z-3"
|
||||
backdrop={false}
|
||||
id="drawer-right"
|
||||
width="w-full sm:w-80 md:w-96"
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
|
||||
|
||||
<!-- Top components -->
|
||||
<div class="pointer-events-none absolute top-0 left-0 w-full">
|
||||
<div class="pointer-events-none absolute top-0 left-0 w-full z-4">
|
||||
|
||||
<div
|
||||
id="top-bar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue