libreoffice-online/loleaflet/css/spreadsheet-mobile.css
Pedro 23e71b56ac Fix how formula input looks on Firefox and Firefox mobile
Change-Id: Idb362dde1872f2ed934f67d349eb1693c6c9c074
Reviewed-on: https://gerrit.libreoffice.org/81257
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2019-10-22 14:04:24 +02:00

17 lines
384 B
CSS

@media (max-width: 767px), (max-device-height: 767px) {
@-moz-document url-prefix() {
#spreadsheet-row-column-frame.readonly {
top: 39px !important;
}
#document-container.spreadsheet-document.readonly {
top: 59px !important;
}
#spreadsheet-row-column-frame {
top: 75px !important
}
#document-container.spreadsheet-document {
top: 95px !important;
}
}
}