Fix top in fullscreen mode
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2020-06-12 12:53:43 +02:00
parent c1c0bd2596
commit ff06b419f2
1 changed files with 6 additions and 1 deletions

View File

@ -78,7 +78,12 @@ body { background: #f1f1f1; line-height: 18px; user-select:none;}
}
.user-menu {
transition: top 0.5s ease-out;
position: absolute;
top:1em;
top:0.25em;
right:1em;
}
.fullscreen > .user-menu {
top:1em;
}