MediaWiki:Monobook.css: Difference between revisions

From Glue3D Wiki, the free encygluepedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: 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;
}