mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Added world map component.
This commit is contained in:
parent
e4e7f5b05c
commit
a65f637df2
10 changed files with 545 additions and 79 deletions
5
components/WorldMap.module.css
Normal file
5
components/WorldMap.module.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.container {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
border-top: 1px solid #e1e1e1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue