diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5bbc9..5d143ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update openlayers to version 6.14.1. +### Fixed + +- Fix y position of edit controls for small screens. + ## [v2.0.3] - 2021-12-08 ### Fixed diff --git a/src/control/Edit/Edit.css b/src/control/Edit/Edit.css index 592565d..aa2dc48 100644 --- a/src/control/Edit/Edit.css +++ b/src/control/Edit/Edit.css @@ -1,5 +1,4 @@ .ol-edit.ol-control { - top: 8em; left: 0.5em; } diff --git a/src/styles.css b/src/styles.css index ac29c8f..32191f4 100644 --- a/src/styles.css +++ b/src/styles.css @@ -69,7 +69,7 @@ } .ol-edit.ol-control { - top: 5.5em; + top: 4.75em; } .ol-rotate.ol-control {