You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merely a z-indexing issue on the CSS side. There are two options that spring to mind. One could be to roll out a custom build of doormat providing a higher number of panels. The other would be to add the remaining z-index declaration to your CSS or using a for loop with the preprocessor of your choice etc.
How would I change the number for panels from the default 10 to say, 20?
I thought this would do it but no dice.
$(document).ready ( function(){
var myDoormat = new Doormat();
"panels": 10
});
Thanks.
The text was updated successfully, but these errors were encountered: