MediaWiki:Monobook.css: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 6: Line 6:
     position: relative;
     position: relative;
     min-height: 100vh;
     min-height: 100vh;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}


Line 14: Line 12:
     bottom: 0;
     bottom: 0;
     width: 100%;
     width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}



Latest revision as of 09:47, 29 May 2026

html, body {
    height: 100%;
}

#globalWrapper {
    position: relative;
    min-height: 100vh;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#column-content {
    padding-bottom: 60px;
}