marco/app/styles/app.css
Râu Cao caa48537bc
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
Add remoteStorage.js and Places module
2026-01-15 20:54:31 +07:00

29 lines
486 B
CSS

/* Ember supports plain CSS out of the box. More info: https://cli.emberjs.com/release/advanced-use/stylesheets/ */
html,
body {
height: 100%;
}
body {
margin: 0;
}
#root,
#ember-testing {
height: 100%;
}
/* Ensure map container has a visible background while tiles load */
[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;
}