Add chartdiv style
This commit is contained in:
@@ -132,6 +132,19 @@ button:hover {
|
|||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chartdiv {
|
||||||
|
position: fixed;
|
||||||
|
top: 0%;
|
||||||
|
left: 50%;
|
||||||
|
width: calc(40% - 2px);
|
||||||
|
height: calc(25% - 2px);
|
||||||
|
background-color: #fff;
|
||||||
|
z-index: 9999;
|
||||||
|
overflow: auto;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
.logo img {
|
.logo img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user