123456789101112131415161718192021222324 |
- #root {
- position: absolute;
- width: 100% !important;
- height: 100% !important;
- }
- .App {
- background-color: #222;
- color: #ccc;
- font-weight: 500;
- height: 100%;
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-between;
- }
- .loading {
- text-align: center;
- }
- .map-div {
- height: 100%;
- width: 100%;
- }
|