BootstrapAdmin/Bootstrap.Admin/Content/css/fix.css

23 lines
309 B
CSS

html, body {
height: 100%;
overflow: hidden;
}
.row {
position: fixed;
overflow: auto;
top: 0;
left: 0;
right: 0;
bottom: 40px;
padding-top: 16px;
}
.site-footer {
position: fixed;
left: 0;
bottom: 0;
right: 0;
z-index: 50;
}