uytutyu

Solutions on MaxInterview for uytutyu by the best coders in the world

showing results for - "uytutyu"
Flavio
14 Oct 2017
1<div id="outerDivWrapper">
2   <div id="outerDiv">
3      <div id="scrollableContent">
4blah blah blah
5      </div>
6   </div>
7</div>
8
9html, body {
10   height: 100%;
11   margin: 0em;
12}
13
14#outerDivWrapper, #outerDiv {
15   height: 100%;
16   margin: 0em;
17}
18
19#scrollableContent {
20   height: 100%;
21   margin: 0em;
22   overflow-y: auto;
23}
24
similar questions
queries leading to this page
uytutyu