|
@@ -113,13 +113,17 @@ z-index:999999;">
|
|
|
#ifame::-webkit-scrollbar{
|
|
|
width: 5px;
|
|
|
height: 8px;
|
|
|
+background-color: rgb(255, 255, 255);
|
|
|
}
|
|
|
#ifame::-webkit-scrollbar-button{
|
|
|
width: 0px;
|
|
|
height: 0px;
|
|
|
}
|
|
|
#iframe::-webkit-scrollbar-thumb{
|
|
|
- background-color: rgb(53, 185, 149);
|
|
|
+
|
|
|
+ width: 5px;
|
|
|
+ height: 8px;
|
|
|
+background-color: rgb(53, 185, 149);
|
|
|
}
|
|
|
|
|
|
</style>
|