Z-index doc, sidebar under menu

Change-Id: Ic9c0dbb326d45c205746e50018906030f7a6fd27
(cherry picked from commit 0d7b28daf8a8bf6f2adc33bbe3d7d5f7f72d6659)
This commit is contained in:
Szymon Kłos 2019-02-07 15:17:21 +01:00 committed by Ashod Nakashian
parent c02d6527fb
commit d5b906f3d5
2 changed files with 24 additions and 1 deletions

View file

@ -377,3 +377,26 @@ are independent of the map's div, thus enabling us to link them to the map as ne
When the user scrolls, the map is panned by the same amount as it would've been scrolled.
Also, some custom jquery scrollbars are used, to trigger the same scroll events across
browsers.
Z-index values:
-------------------------------------------
leaflet
-------------------------------------------
10 map
11 ruler
-------------------------------------------
under menu
-------------------------------------------
990 sidebar
999 toolbar-up
-------------------------------------------
menu items
-------------------------------------------
1000 menu, toolbar-down
1050 closebuttonwrapper
-------------------------------------------
on the top
-------------------------------------------
1105 dialogs
2000 mobile-edit-button
-------------------------------------------

View file

@ -125,7 +125,7 @@ body {
border-top: 1px solid #b6b6b6;
border-left: 1px solid #b6b6b6;
overflow: hidden;
z-index: 1100;
z-index: 990;
}
#sidebar-panel {