Skip to content

Commit

Permalink
fix sidebar map-menu z-index layer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nstjean committed Feb 4, 2020
1 parent fd792ac commit 913f7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ textarea, input {
.inline-fullwidth-content {
width:100vw !important;
margin:0 calc((100% / 2) - 50vw) !important;
z-index: 10 !important;
/* z-index: 10 !important; */
}

@media (min-width: 992px) {
Expand All @@ -613,7 +613,7 @@ textarea, input {

.sidebar-panel {
background: rgba(255,255,255,0.8);
z-index: 9999;
z-index: 700;
border-radius: 4px;
padding: 10px;
}
Expand Down
9 changes: 4 additions & 5 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@
<style type="text/css">
.pac-container { z-index: 100000; }

.leaflet-control-layers {
#content .leaflet-pane {
z-index: auto;
}
#content .leaflet-control-layers {
max-height: 200px;
overflow: auto;
}
Expand All @@ -103,10 +106,6 @@
width: 800px !important;
}

.peoplecard{
height:250px;
}

</style>

<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.2.0/bootstrap-slider.js"></script>
Expand Down

0 comments on commit 913f7cf

Please sign in to comment.