CottageCabbage / vu-dooit

Task Manager application for Web, Desktop and Mobile. Still in development
https://CottageCabbage.github.io/vu-dooit
3 stars 1 forks source link

Position: sticky not working on header? #33

Closed CottageCabbage closed 2 years ago

CottageCabbage commented 2 years ago

Snippet:

position: sticky !important;
top: 0px;
left: 0px;
CottageCabbage commented 2 years ago

Header was fixed, but had no luck with sidebar. Here is a screenshot

image

CottageCabbage commented 2 years ago

Nevermind, didn't have to make it sticky, just set .page-container's overflow to hidden and main's to auto