diff options
Diffstat (limited to 'src/components/PeerTeachers.svelte')
| -rw-r--r-- | src/components/PeerTeachers.svelte | 4 |
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} |
