Guest User

Untitled

a guest
Oct 23rd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <div class="webix_view webix_list-x removeScrollbar" role="listbox" view_id="RailimageList1"
  2. style="border-width: 1px; overflow-y: scroll; margin-left: 0px; margin-top: 0px; width: 1290px; height: 105px;">
  3. <div class="webix_scroll_cont" style="width: auto;">
  4. </div>
  5. </div>
  6.  
  7. element.style {
  8. border-width: 1px;
  9. overflow-y: scroll;
  10. margin-left: 0px;
  11. margin-top: 0px;
  12. width: 1290px;
  13. height: 105px;
  14. }
  15.  
  16. .removeScrollbar element.style {
  17. overflow-y:hidden;
  18. }
  19.  
  20. .removeScrollbar[sytle]{
  21. overflow-y:hidden!important;
  22. }
  23.  
  24. element.style {
  25. overflow-y:hidden !important;
  26. }
Add Comment
Please, Sign In to add comment