style: make table headers sticky in leaderboard components for improved usability

This commit is contained in:
FloPinguin
2026-02-22 17:46:24 +01:00
parent 67e5cd0e51
commit 23f288199c
2 changed files with 2 additions and 2 deletions
@@ -200,7 +200,7 @@ export class LeaderboardClanTable extends LitElement {
class="h-full overflow-y-auto overflow-x-auto border border-white/5 bg-black/20"
>
<table class="w-full text-sm border-collapse">
<thead>
<thead class="sticky top-0 z-10">
<tr
class="text-white/40 text-[10px] uppercase tracking-wider border-b border-white/5 bg-white/2"
>
@@ -385,7 +385,7 @@ export class LeaderboardPlayerList extends LitElement {
@scroll=${() => this.handleScroll()}
>
<table class="w-full text-sm border-collapse">
<thead>
<thead class="sticky top-0 z-10">
<tr
class="text-white/40 text-[10px] uppercase tracking-wider border-b border-white/5 bg-white/2"
>