add border
This commit is contained in:
parent
aa9de493bb
commit
a1e236a972
1 changed files with 1 additions and 1 deletions
|
|
@ -1278,7 +1278,7 @@
|
|||
leave-to-class="translate-y-full">
|
||||
<div v-show="selectedNodeToShowNeighbours != null" class="fixed left-0 right-0 bottom-0">
|
||||
<div v-if="selectedNodeToShowNeighbours != null" class="mx-auto w-screen max-w-md p-4">
|
||||
<div class="flex h-full flex-col bg-white shadow-xl rounded-xl">
|
||||
<div class="flex h-full flex-col bg-white shadow-xl rounded-xl border">
|
||||
<div class="p-2">
|
||||
<div class="flex items-start justify-between">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue