وعليكم السلام
نعم تفضل طريقة إعادة شريط التمرير scroll لوضعه الافتراضي لستايل Dev Point
1- حرر ملف : styles/dev-point/css/
[RD]PBB.css
وابحث عن الكلاس التالي:
CSS
#RD-main_bar{
position: fixed;
right: 52px;
width: calc(100% - 52px);
overflow: hidden;
height: 100%;
}
واستبدله ب :
CSS
#RD-main_bar{
position: relative;
right: 52px;
width: calc(100% - 52px);
overflow: auto;
height: 100%;
}
2- حرر قالب:
headinclud
وامسح هذه الأسطر
CODE
<script language="javascript" src="styles/dev-point/plugin/nicescroll/nicescroll.js"></script>
<script>
$(window).load(function(){
$("#RD-main_bar").niceScroll({railalign: "left",cursorcolor: "#123456",cursorwidth: "8px",});
});
</script>
3- حرر ملف : styles/dev-point/css/
style.css
وابحث عن الكلاس التالي:
CSS
.forum-last-post {
border-right: 1px solid #EEE;
width: 270px;
}
واستبدله رقم 270 الى 260