|
@@ -348,7 +348,7 @@ div::-webkit-scrollbar {
|
|
|
width: 10rem !important;
|
|
|
}
|
|
|
.top-2{
|
|
|
- top:2vh !important;
|
|
|
+ top:5vh !important;
|
|
|
position: relative !important;
|
|
|
}
|
|
|
.flex-d{
|
|
@@ -473,6 +473,7 @@ div::-webkit-scrollbar {
|
|
|
.dia-left{
|
|
|
height: 75vh;
|
|
|
position: absolute;
|
|
|
+ z-index:999;
|
|
|
.dia-left-top{
|
|
|
width: 20rem;
|
|
|
display: flex;
|
|
@@ -480,6 +481,10 @@ div::-webkit-scrollbar {
|
|
|
align-items: center;
|
|
|
border: 1px $barBorder;
|
|
|
padding: 0.5 1rem;
|
|
|
+ position: absolute;
|
|
|
+ background: linear-gradient(180deg, #0d2760, #081a41);
|
|
|
+ z-index: 999;
|
|
|
+
|
|
|
|
|
|
.dia-left-top-tit{
|
|
|
padding: .5rem;
|