dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.49k stars 1.55k forks source link

order-total div will not display unless I place it above orders #323

Closed marqdouj closed 2 years ago

marqdouj commented 3 years ago

Hi, I am using VS2019 and Windows 11 with a display size of 1366x768. I am new to html/css so I'm not sure the proper way to fix this. I thought maybe adding a overflow:auto to the divs might work but that seemed to have no effect. So I move the div above the orders, but then the orders are not scrolled properly (and the pizzas as well). Please see attached photos.

BlazingPizza - overflow issue

BlazingPizza - overflow issue - move to top

Gio2k commented 2 years ago

I am having the same problem. Also, the main content where the pizzas are displayed does not show the scrollbar. Maybe a problem with the css?

ajt2018 commented 2 years ago

Also, the main content where the pizzas are displayed does not show the scrollbar.

Have a look in \BlazingPizza.Client\wwwroot\css\site.css and change the overflow-y in body {...}

dotnetspark commented 2 years ago

As of now this is still an issue

dotnetspark commented 2 years ago

Have you experienced this @csharpfritz?