Skip to content

Commit

Permalink
adjusted files table ui
Browse files Browse the repository at this point in the history
disabled home overflow
  • Loading branch information
mariotaku committed May 7, 2024
1 parent 4736996 commit 464d12f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/app/files/files-table/files-table.component.scss
@@ -0,0 +1,6 @@
table {
th {
position: sticky;
top: 0;
}
}
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Expand Up @@ -56,7 +56,7 @@
</ul>
</nav>

<main role="main" class="flex-fill ms-sm-auto p-0">
<main role="main" class="flex-fill ms-sm-auto p-0 overflow-hidden">
<div class="setup-detail">
<router-outlet></router-outlet>
</div>
Expand Down

0 comments on commit 464d12f

Please sign in to comment.