Compare commits

...
Author SHA1 Message Date
Calum H. (IMB11) 6bacc2076c fix: hide content selection floating bar modal issues 2026-06-16 13:32:53 +01:00
@@ -141,7 +141,7 @@ const bulkProgressMessage = computed(() => {
</script>
<template>
<FloatingActionBar :shown="shown" :aria-label="ariaLabel">
<FloatingActionBar :shown="shown" :aria-label="ariaLabel" hide-when-modal-open>
<div class="flex items-center gap-0.5">
<div
v-if="selectedItems.length > 0"