libreoffice-online/loleaflet/css/toolbar-mobile.css
Pedro Pinto Silva 92a06d1357 Mobile: menuwizard (hamburger): Fixes contents position
- Add mobile class to #toolbar-wrapper to avoid targeting anything else
  - Sets Menuwizard so it goes above toolbar (position absolute) so to be
  properly aligned from the top
  - Sets toolbarwrapper with normal z-index (according to its parent) so
  menuwizard can be above it

Note, no need to touch #toolbar-hamburger.menuwizard-opened has it comes
already with z-index properly set

Behavior might be related with changes from
ff20ec701de0e8440c029f0b01bc7b14fa9b5c08

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I1a66057b7827309a6ad3871927099ac1c9339657
2021-07-09 21:05:40 +03:00

14 lines
No EOL
244 B
CSS

@-moz-document url-prefix() {
#formulabar #formulaInput, #formulabar #addressInput{
border-radius: 0px;
border: 1px solid #bbbbbb !important;
}
#toolbar-up{
top: -1px;
}
}
#toolbar-wrapper.mobile{
border-top: none;
z-index: auto;
}