added comment
This commit is contained in:
@@ -122,6 +122,7 @@ import { h } from 'vue'
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<!-- overflow-auto necessary for scroll-->
|
||||||
<UContainer class="overflow-auto">
|
<UContainer class="overflow-auto">
|
||||||
|
|
||||||
<UDashboardSidebarToggle variant="subtle" class="absolute z-20 top-3 left-2.5"/>
|
<UDashboardSidebarToggle variant="subtle" class="absolute z-20 top-3 left-2.5"/>
|
||||||
@@ -144,9 +145,8 @@ import { h } from 'vue'
|
|||||||
/>
|
/>
|
||||||
</UPageGrid>
|
</UPageGrid>
|
||||||
|
|
||||||
<div class="max-w-full flex-shrink-0 overflow-y-visible">
|
|
||||||
<UTable :data="table_demo" :columns="table_headers" class="flex-1 "/>
|
<UTable :data="table_demo" :columns="table_headers" class="flex-1 "/>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<UFooter>
|
<UFooter>
|
||||||
|
|||||||
Reference in New Issue
Block a user