forked from MapComplete/MapComplete
UX: move confirm for OH button below popup, fix Z-index
This commit is contained in:
parent
89ba8ce2c1
commit
66d455a475
2 changed files with 10 additions and 8 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<script lang="ts">
|
||||
|
||||
import { Avatar, Popover } from "flowbite-svelte"
|
||||
import { Popover } from "flowbite-svelte"
|
||||
import { fade } from "svelte/transition"
|
||||
import Tr from "../Base/Tr.svelte"
|
||||
import { OsmConnection } from "../../Logic/Osm/OsmConnection"
|
||||
|
||||
let open = false
|
||||
|
|
@ -20,7 +19,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
<Popover class="mt-4" defaultClass="py-2 px-3 w-fit " trigger=null placement="bottom"
|
||||
<Popover class="mt-4 z-50" defaultClass="py-2 px-3 w-fit " trigger=null placement="bottom"
|
||||
transition={e => fade(e, {duration: 150})} bind:open>
|
||||
{#if $userdetails !== undefined}
|
||||
<div style="width: max-content" class="flex items-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue