Skip to content

Commit

Permalink
Fix the level control.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Oct 2, 2021
1 parent 0caf1ba commit f3bba70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<style>
body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.level-control { top: 4em; left: .5em; }
</style>
</head>
<body>
Expand Down
3 changes: 3 additions & 0 deletions openlayers-indoorequal.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.level-control button {
width: 100%;
}
.level-control .level-control-active {
background-color: rgba(0, 60, 136, 0.7);
}

0 comments on commit f3bba70

Please sign in to comment.