diff --git a/loleaflet/README b/loleaflet/README index bdeeeebf17..8cdbcdc1f4 100644 --- a/loleaflet/README +++ b/loleaflet/README @@ -379,7 +379,8 @@ Z-index values: ------------------------------------------- menu items ------------------------------------------- -1000 main-menu(desktop-only), toolbar-down +1000 main-menu(desktop-only) +0 toolbar-down 1050 closebuttonwrapper (not being used currently) ------------------------------------------- on the top diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css index 5bb402afbd..6494a7e196 100644 --- a/loleaflet/css/toolbar.css +++ b/loleaflet/css/toolbar.css @@ -16,7 +16,7 @@ padding: 0; position: fixed; bottom: 0; - z-index: 1000; + z-index: 0; border-top: 1px solid #bbbbbb; } #toolbar-down *{