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