@@ -270,6 +270,8 @@
$(".con_list").height(hei);
$(".con_right2").height(hei);
+ $(".list_ul").height($(".con_list").height(hei) - 65);
+
GetRequest();
@@ -290,7 +290,12 @@
.list_ul{
margin: 20px 0px;
padding-left: 0px;
+ overflow-y: scroll;
}
+.list_ul::-webkit-scrollbar{
+ width: 0px;
+ height: 0px;
+}
.list_ul li{
list-style: none;
background: url(webcam_128px_28911_easyicon.net.png) no-repeat 0px 1px;