Fix z-index
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma 2020-07-31 09:51:28 +02:00
parent ca6ea96eae
commit c682fb9184

View File

@ -95,6 +95,7 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
overflow: hidden; overflow: hidden;
transition: max-height 0.5s ease-out; transition: max-height 0.5s ease-out;
max-height:5em; max-height:5em;
z-index: 2000;
} }
.healthstatus { .healthstatus {