loleaflet/css/menubar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cc61195faa2839ce35be12b0a74240ff1fe2c6bb Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Fri May 29 12:40:44 2020 +0200 Commit: Pedro Silva <pedro.si...@collabora.com> CommitDate: Mon Jun 1 09:29:55 2020 +0200 Make sure document title bar is not above dialogs by reducing the value introduced in db32e4fc3800ffad83ea82e4835b0653d26d1bae and instead using the same z-index as its neighbour elment (main-menu) so 1000 Change-Id: I92d893d1a092e16a1455a6d1941a98e73ec63d1a Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95103 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Pedro Silva <pedro.si...@collabora.com> diff --git a/loleaflet/css/menubar.css b/loleaflet/css/menubar.css index a9031469a..cab048379 100644 --- a/loleaflet/css/menubar.css +++ b/loleaflet/css/menubar.css @@ -39,7 +39,7 @@ table-layout: fixed; border-spacing: 5px 0px; max-height: 39px; - z-index: 100000; + z-index: 1000; } .main-nav { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits