/* Domain Desk: anchor the absolute bottom navigation to its own sidebar.
 * Without a positioned parent, width:100% covers the entire viewport and
 * obscures the message preview. Keep Roundcube's phone popover positioning.
 */
@media screen and (min-width: 481px) {
  body:not(.task-login) #layout-menu:not(.popover) {
    position: relative;
  }
}
