kcapp / frontend

Dart Scoring application
17 stars 11 forks source link

Dropdown Menu in Tablet / Controller Mode out of Screen #147

Closed pthoelken closed 6 months ago

pthoelken commented 6 months ago

In the picture we can see the right dropdown menu goes out of screen.

image

We can fix this with the following css

left: initial;
right: 0;

image

After apply this fix, the error seems to be gone.

image

thordy commented 6 months ago

Thanks for the suggestion. Will be implemented in next release!