no ucontainer

This commit is contained in:
2025-12-30 21:13:01 +00:00
parent 3301b595de
commit 0acf354473

View File

@@ -5,9 +5,9 @@
<template>
<!-- the whole content must be in a UContainer -->
<!-- overflow auto allows scroll -->
<UContainer class="overflow-auto">
<!--<UContainer class="overflow-auto">-->
<slot />
</UContainer>
<!--</UContainer>-->
</template>
<style scoped>