Layout height is 100% problem

how can I make the height of -sharpapp full screen?


height: 100vh;


you can use absolute positioning:

  

position:fixed;
top:0;
left:0
right:0
bottom: bottom column height

Menu