Примечание. Этот контейнер не вложен в другой контейнер, кроме основного контейнер. Кроме того, ради вопроса, я не собираюсь вставлять все остальное в отношении содержания страницы, только рассматриваемый контейнер; «Недостаточно содержания страниц» не должно вызывать проблему, потому что я могу прокручивать страницу, контейнер просто не ведет себя так, как предполагается, когда вы Scrolldown. На основе отзывов я могу редактировать и добавить больше, если это необходимо. < /P>
File Information
File Number
Escrow Officer
Flash
Date Closed
Branch
Transaction Type
Residential Sale
Refinance
Other
Transaction Amount
Exception Percentage




< /code>
sitemaster.css
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
max-width: 280px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.body-content {
padding: 0;
}
}
html, body {
height: 100%;
margin: 0;
font-family:'Segoe UI';
}
.navbar {
padding: 0;
background-color: #ffffff !important;
height: 80px;
width: 100%;
align-items: center;
flex-direction: row;
display: flex;
}
h1 {
margin: 0;
}
h1 img {
width: 200px;
height: 70px;
}
.wrapper {
display: flex;
height: 100%;
position: relative;
}
.sidebar {
width: 100px;
height: 1000px;
background-color: #383838;
padding: 15px;
box-sizing: border-box;
font-family: 'Segoe UI';
display: flex;
flex-direction: column;
align-items: center;
}
.sidebar h1 {
margin: 0;
padding: 10px 0;
font-size: 24px;
}
.sidebar h1 img {
width: 250px;
height: 30px;
}
.sidebar h1 a {
text-decoration: none;
color: #f31414;
}
.sidebar h1 a img {
width: 90px;
height: 90px;
}
.sidebar nav ul {
list-style-type: none;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.sidebar nav ul li {
margin: 10px 0;
}
.sidebar nav ul li img {
width: 80px;
height: 50px;
}
.sidebar nav ul li a {
text-decoration: none;
color: #ffffff;
}
.content {
flex-grow: 1;
box-sizing: border-box;
overflow-y: auto;
position: relative;
}
Подробнее здесь: https://stackoverflow.com/questions/794 ... he-page-as