How to stick the element to the left if position sticky doesn't work? – CSS
I have a navbar that I want to position to the right when a media queries are meet: Navbar element .Navbar { @include display-flex(space-between, center, row); background-color: $semi-dark-blue; padding: 1.125rem; // media queries for laptops @include query(laptop) { border: 1px…