aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-08-09 18:47:55 -0500
committerFurkan Sahin <furkan-dev@proton.me>2022-08-09 18:47:55 -0500
commitb1157ba0a39e0993fb70d0ce02ef3bb924745413 (patch)
tree400a7940364408ee985f39bb08ee57158ee832aa /src/components
parent6092e7aba4d930211d9356f815c940a140ab1aac (diff)
`bugfix` Remove height from table
Head row shifted to middle of page when num pts = 0
Diffstat (limited to 'src/components')
-rw-r--r--src/components/PeerTeachers.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/PeerTeachers.svelte b/src/components/PeerTeachers.svelte
index 6aa7b5f..6081638 100644
--- a/src/components/PeerTeachers.svelte
+++ b/src/components/PeerTeachers.svelte
@@ -56,8 +56,8 @@
];
</script>
-<div class="h-full overflow-auto">
- <table class="table table-compact w-full h-full">
+<div class="overflow-auto h-full">
+ <table class="table w-full table-compact">
<thead class="sticky top-0">
<tr>
{#each headers as header, i}