Bootstrap FreeKB - SlickGrid - How to configure SlickGrid to fill the browser full screen
SlickGrid - How to configure SlickGrid to fill the browser full screen

Updated:   |  SlickGrid articles

Add the following to the page that is producing the SlickGrid.

<style>
html, body {
  margin: 0;
  padding: 0;
  background-color: white;
  overflow: auto
;}

body {
  font: 11px Helvetica, Arial, sans-serif
;}

.fill_browser {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0
;}
</style>

<div id="#MyGrid" class="fill_browser"></div>

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 70a057 in the box below so that we can be sure you are a human.