File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 border : 0.25px solid var (--border-gray-color );
1919}
2020.vp-ins-select-list {
21- height : 145 px ;
21+ height : 150 px ;
2222 width : 100% ;
2323 list-style : none;
2424 margin : 0px ;
4141}
4242.vp-ins-parameter-box {
4343 grid-column : 1 / 3 ;
44+ min-height : 150px ;
45+ align-content : baseline;
4446}
Original file line number Diff line number Diff line change 1515 border : 0.25px solid var (--border-gray-color );
1616}
1717.vp-ins-select-list {
18- height : 145 px ;
18+ height : 150 px ;
1919 width : 100% ;
2020 list-style : none;
2121 margin : 0px ;
3838}
3939.vp-ins-parameter-box {
4040 grid-column : 1 / 3 ;
41+ min-height : 150px ;
42+ align-content : baseline;
4143}
Original file line number Diff line number Diff line change 3030 < i class ="fa fa-search vp-ins-search-icon "> </ i >
3131 </ div >
3232 < div class ="vp-ins-select-box action ">
33- < ul class ="vp-ins-select-list action vp-scrollbar " style =" height:80px " >
33+ < ul class ="vp-ins-select-list action vp-scrollbar ">
3434 <!-- Auto Create -->
3535 </ ul >
3636 </ div >
Original file line number Diff line number Diff line change 3030 < i class ="fa fa-search vp-ins-search-icon "> </ i >
3131 </ div >
3232 < div class ="vp-ins-select-box info ">
33- < ul class ="vp-ins-select-list info vp-scrollbar " style =" height:80px " >
33+ < ul class ="vp-ins-select-list info vp-scrollbar ">
3434 <!-- Auto Create -->
3535 </ ul >
3636 </ div >
Original file line number Diff line number Diff line change @@ -257,6 +257,9 @@ define([
257257 let type = $ ( this ) . data ( 'var-type' ) ;
258258
259259 that . renderOptionPage ( type , name ) ;
260+
261+ let optionPage = $ ( that . wrapSelector ( '.vp-ins-parameter-box' ) ) . get ( 0 ) ;
262+ optionPage && optionPage . scrollIntoView ( ) ;
260263 } ) ;
261264
262265 // load once on initializing page
Original file line number Diff line number Diff line change @@ -257,6 +257,9 @@ define([
257257 let type = $ ( this ) . data ( 'var-type' ) ;
258258
259259 that . renderOptionPage ( type , name ) ;
260+
261+ let optionPage = $ ( that . wrapSelector ( '.vp-ins-parameter-box' ) ) . get ( 0 ) ;
262+ optionPage && optionPage . scrollIntoView ( ) ;
260263 } ) ;
261264
262265 // load once on initializing page
You can’t perform that action at this time.
0 commit comments