hartleydavid / tournament-bracket

Application that allows users to create different tournament brackets for their tournament needs.
0 stars 0 forks source link

Include a Fixed element to the bracket view #21

Closed hartleydavid closed 5 months ago

hartleydavid commented 5 months ago

The Fixed element will be all the players in the tournament. All the people will be set up initially in the fixed element. Users are then dragged out of it and dropped in the tournament bracket.

Example seen: HTML:

CSS: { bottom: 0; position: fixed; }