Add remoteStorage.js and Places module
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled

This commit is contained in:
2026-01-15 20:45:07 +07:00
parent 283b73e0e6
commit caa48537bc
8 changed files with 127 additions and 22 deletions

View File

@@ -18,3 +18,11 @@ body {
[style*='position: absolute; inset: 0;'] {
background: #f8f9fa;
}
/* Ensure RS widget is above the map */
#remotestorage-widget {
position: absolute;
top: 10px;
right: 10px;
z-index: 1000;
}