Add basic map
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
This commit is contained in:
@@ -1 +1,20 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user