This is an automated email from the ASF dual-hosted git repository.
leonardcs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 283d176 Fixed position of map inspector popup close button (#37)
283d176 is described below
commit 283d1763d131a12e664c28dcdf9ceed655199951
Author: Leonard <[email protected]>
AuthorDate: Mon Jul 10 16:43:00 2023 +0200
Fixed position of map inspector popup close button (#37)
---
src/styles/globals.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 3df019b..2a6d430 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -7,6 +7,7 @@
}
.maplibregl-popup .maplibregl-popup-close-button {
+ position: fixed;
top: 10px;
right: 15px;
}