Understanding Grid system
Code Pen: https://codepen.io/mab141211/pen/NPGjqbv
I want to use the 0fr to 1fr grid logic in order to make this side bar work in two ways one normally when it will always be displaying and the other when it will be displayed only on hover and the body should be touching the
, but when I try to create the hover effect with
It doesn't work as expected.
If you remove the lines I commented with remove the normal version should work.
I also want the version where body is touching .aside div and and .nav is hovering above. (I tried with absolute in codepen given above)
I want to use the 0fr to 1fr grid logic in order to make this side bar work in two ways one normally when it will always be displaying and the other when it will be displayed only on hover and the body should be touching the
, but when I try to create the hover effect with
It doesn't work as expected.
If you remove the lines I commented with remove the normal version should work.
I also want the version where body is touching .aside div and and .nav is hovering above. (I tried with absolute in codepen given above)

