Plugin Directory

Changeset 2916795


Ignore:
Timestamp:
05/24/2023 11:35:44 AM (3 years ago)
Author:
printapp
Message:

added scrollber

Location:
printapp
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • printapp/tags/1.0.2/js/designTreeSelect.js

    r2916717 r2916795  
    113113        .print_app_indent_list {
    114114            margin-left: 20px
     115        }
     116        print_dot_app_design_list > div {
     117            max-height: 290px;
     118            overflow-y: scroll;
    115119        }
    116120    </style>`;
  • printapp/trunk/js/designTreeSelect.js

    r2916717 r2916795  
    113113        .print_app_indent_list {
    114114            margin-left: 20px
     115        }
     116        print_dot_app_design_list > div {
     117            max-height: 290px;
     118            overflow-y: scroll;
    115119        }
    116120    </style>`;
Note: See TracChangeset for help on using the changeset viewer.