Fix top in fullscreen mode
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma 2020-06-12 12:53:43 +02:00
parent c1c0bd2596
commit ff06b419f2

View File

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