mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
8 lines
200 B
Svelte
8 lines
200 B
Svelte
<div class="table-with-scroll u-margin-block-start-32">
|
|
<div class="table-wrapper">
|
|
<div class="table is-sticky-scroll" role="table">
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</div>
|