diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-30 06:57:18 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-30 17:27:15 +0100 |
commit | 70c3e9a7594120d9203ddb359e30d8dae4cd2133 (patch) | |
tree | fed01f8e84ed08ca47a44ed4db8bb760875b6e47 | |
parent | 731fd47da997415aa452a755f5ce33bc37a67cc3 (diff) |
Fix SvK's z-index.
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ const layers = { }) .concat([.5, 1, 1.5, 2, 2].map(function(width) { return new Style({ - zIndex: 0, + zIndex: 50, fill: new Fill({ color: 'rgba(128, 128, 128, .7)', }), |