fix max height bracket template

sync_v2
Razmig Sarkissian 5 months ago
parent ba671c41f7
commit f6186beefc
  1. 1
      tournaments/templates/tournaments/broadcast/broadcasted_bracket.html

@ -42,6 +42,7 @@
color: white; color: white;
padding: 20px; padding: 20px;
max-width: 45%; max-width: 45%;
max-height: 300px;
z-index: 1000; /* Ensure it's on top of other elements */ z-index: 1000; /* Ensure it's on top of other elements */
} }
</style> </style>

Loading…
Cancel
Save