Files
ui/dist/runtime/components/BitinflowScreenScrollContainer.vue
René Preuß 6f32d46437 add dist
2023-02-17 20:03:10 +01:00

12 lines
166 B
Vue

<template>
<div class="overflow-y-auto h-screen">
<slot />
</div>
</template>
<script>
export default {
name: "BitinflowScreenScrollContainer"
}
</script>