Skip to content

Commit

Permalink
Merge pull request #61 from Deltares/feat/LIWO-157--legend
Browse files Browse the repository at this point in the history
refactor(viewer): make legend not cover map controls
  • Loading branch information
sjoerdbeentjes authored Mar 14, 2019
2 parents 4b7ac6c + 40b5a4f commit c92473f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ export default {
position: absolute;
right: 2rem;
bottom: 2rem;
z-index: 1000;
z-index: 500;
box-shadow: var(--shadow);
max-height: calc(100% - 220px); /* height of leaflet controlls */
overflow-y: auto;
}
</style>

0 comments on commit c92473f

Please sign in to comment.