Merge pull request #81 from bagage/fix/zorder
Fix z-order issue with profile/alternative list that was below leafle…
This commit is contained in:
commit
fdd346ffba
1 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,14 @@ html, body, #map {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This is important so that bootstrap-select list goes over leaflet buttons
|
||||||
|
Since the list is in navbar and leaflet buttons within map, we create a
|
||||||
|
stacking context on their common ancestor */
|
||||||
|
body, #content {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.flexcolumn {
|
.flexcolumn {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue