forked from MapComplete/MapComplete
Fix: styling issues; refactoring: remove 'SearchAndGo'
This commit is contained in:
parent
5d3056cb09
commit
0e81b65363
10 changed files with 37 additions and 138 deletions
|
@ -8,7 +8,7 @@
|
|||
const dispatch = createEventDispatcher<{ close }>();
|
||||
</script>
|
||||
|
||||
<div class="absolute top-0 right-0 h-screen overflow-auto w-full md:w-6/12 lg:w-5/12 xl:w-4/12 drop-shadow-2xl">
|
||||
<div class="absolute top-0 right-0 h-screen overflow-auto w-full md:w-6/12 lg:w-5/12 xl:w-4/12 drop-shadow-2xl" style="max-width: 100vw; max-height: 100vh">
|
||||
<div class="flex flex-col m-0 normal-background">
|
||||
<slot name="close-button">
|
||||
<div class="w-8 h-8 absolute right-10 top-10 cursor-pointer" on:click={() => dispatch("close")}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue