Skip to content

Commit 25ccef8

Browse files
[6.x] Fix relationship selector footer not sticking to bottom of stack (#14569)
1 parent 306a2e7 commit 25ccef8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

resources/js/components/inputs/relationship/Selector.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="flex h-full min-h-0 flex-col">
44
<Listing
55
v-if="filters != null && view === 'list'"
6+
class="flex flex-1 flex-col min-h-0"
67
:url="selectionsUrl"
78
:filters="filters"
89
:max-selections="maxSelections"
@@ -100,7 +101,7 @@
100101
</div>
101102
</template>
102103

103-
<footer class="flex items-center justify-between border-t dark:border-gray-900 bg-gray-100 dark:bg-gray-800 p-4 rounded-es-xl">
104+
<footer class="flex shrink-0 items-center justify-between border-t dark:border-gray-900 bg-gray-100 dark:bg-gray-800 p-4 rounded-es-xl">
104105
<ui-badge
105106
v-text="
106107
hasMaxSelections

0 commit comments

Comments
 (0)