mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-14 05:13:00 +00:00
8 lines
85 B
CSS
8 lines
85 B
CSS
|
#canvas-guage {
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
bottom: 3.5em;
|
||
|
|
||
|
z-index: 10000;
|
||
|
}
|