Remove horizontal scrollbar
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma 2020-12-09 15:23:50 +01:00
parent 6dccaa8ce5
commit 1a8bc43c60

View File

@ -34,8 +34,8 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;font-family: Lat
}
.app {
width:100vw;
height:100vh;
width:100%;
height:100%;
}
.app > .navbar {