Sticky footer bar on Beaver Builder
Add following code on your css:
/* Fixed Page Footer */
.fl-page-footer {position:fixed;bottom:0;z-index:999;width:100%;}
.fl-page-content {padding-bottom:60px;}
/*Change to whatever the height of your footer is*/