jquery - SlickGrid custom CSS issue -


i using latest version of slickgrid , encountering issue when implementing latest jquery , jquery ui along custom ui css. have tried using jquery ui css worse results. first image custom css , second jquery ui css 1.10.4. has else experienced issue?

with custom ui.css slickgrid

with ui 1.10.4 css

apparently issue directly related bootstrap , slickgrid. issue#742 fixed adding

.slickgrid,  .slickgrid *, .slick-header-column {  box-sizing: content-box;  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box;  -ms-box-sizing: content-box;  } 

to slickgrid.css file.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -