Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/theme/boost/scss/moodle/
Upload File :
Current File : /var/www/ljmtc/cbt/theme/boost/scss/moodle/sticky-footer.scss

/**
 * This file contains the styles required to make the footer sticky.
 */

html,
body {
    height: 100%;
}

#page-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    #page {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        #page-content {
            flex: 1 0 auto;
        }
    }
    #page-footer {
        flex-shrink: 0;
    }
}