DavidGolodetsky / GeekScore

A PWA for board games fans. It allows you to store your games, create teams, and collect statistics. It's built with MEVN stack, using Vue.js 2 and Vuetify.
https://geekscore.herokuapp.com
MIT License
8 stars 33 forks source link

Remove white section in the bottom of the rounds table #184

Closed DavidGolodetsky closed 3 years ago

DavidGolodetsky commented 3 years ago

Actual: There is a white section at the bottom of the Rounds table.

image

Expected: It should be hidden. If it's caused by the background color of the table wrapper make it transparent

qb-snake commented 3 years ago

Working on this now

qb-snake commented 3 years ago

PR created here: https://github.com/DavidGolodetsky/GeekScore/pull/185