I am building a small web application,In the layout there is a grid with 2 rows so I have given
The issue i have found out is that the percentage in terms of grid template rows is working fine in macos,windows,linux but when it comes to ubuntu V18.04 the mess in the layout is taking place. Any help would be good.
.class_Name{
display: grid;
grid-template-rows:75% 25%;
height: 100vh;
}