Angular-gridster2: Fix outerMargins

Created on 4 Apr 2018  路  2Comments  路  Source: tiberiuzuld/angular-gridster2

https://github.com/tiberiuzuld/angular-gridster2/issues/222

Steps to reproduce:

Set gridType to GridType.Fixed
Set outerMargin to true
Set outerMarginBottom to 100
Scroll down, and 100px space is not visible
Or even simpler:

Go to demo page and set gridType to Fixed
Add more gridster items to the bottom so that you get big height
Inspect element
Change padding from 10px to 10px 10px 100px 10px
Scroll down, and 100px space is not visible

bug

Most helpful comment

fixed in 5.0.1

All 2 comments

fixed in 5.0.1

Thanks for fast fix!

Was this page helpful?
0 / 5 - 0 ratings