Make scoreboard UI not scrollable for desktop
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
sto
2026-08-26 08:00:26 +02:00
parent 762ecc23f8
commit 721cd1d50e
3 changed files with 24 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
.mt-3.row style="font-size: 16px;"
.mt-3.row style="font-size: 16px;" id="event-nav"
.col
ul.nav.nav-tabs.mb-4
- @contest.event.contests.where(public: true).each do |contest|