Remove horizontal scrollbar
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2020-12-09 15:23:50 +01:00
parent 6dccaa8ce5
commit 1a8bc43c60
1 changed files with 2 additions and 2 deletions

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 {