Skip to content

Commit

Permalink
fix header background
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDBrother committed Apr 22, 2024
1 parent 0d4b9c0 commit e9cfc50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule CodebattleWeb.Live.Event.LeaderboardView do
~H"""
<div class="d-flex w-100 px-1 bg-white">
<table class="table table-striped cb-custom-event-table">
<thead class="sticky-top text-muted">
<thead class="sticky-top text-muted bg-white">
<tr>
<th class="p-1 pl-4 font-weight-light border-0"><%= gettext("Place") %></th>
<th class="p-1 pl-4 font-weight-light border-0"><%= gettext("Score") %></th>
Expand Down

0 comments on commit e9cfc50

Please sign in to comment.