Skip to content

Commit

Permalink
Fix areaselector
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 15, 2021
1 parent 8aec011 commit 5b95d90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/web-editor",
"version": "0.8.0-rc.1",
"version": "0.8.0-rc.2",
"apiVersions": [
"1.0.0-rc.2",
"1.0.0",
Expand Down
12 changes: 5 additions & 7 deletions src/components/MapMixin.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
border-color: #fff;
}
/* Make sure the swipe control is behind the other controls */
.ol-unselectable, .ol-control {
.ol-unselectable,
.ol-control {
z-index: 2;
}
.ol-control.ol-timeline {
z-index: 1;
}
.ol-swipe {
Expand Down Expand Up @@ -64,12 +68,6 @@
width: 0;
}

.ol-control, .ol-unselectable {
z-index: 10;
}
.ol-control.ol-timeline {
z-index: 1
}
.ol-control.ol-timeline .timeline-date-label {
width: 7em;
font-size: 0.8em;
Expand Down

0 comments on commit 5b95d90

Please sign in to comment.