<!-- **********************************************************************************************************************************************************
RIGHT SIDEBAR CONTENT
*********************************************************************************************************************************************************** -->
<h3>REMEMBER</h3>
<!-- Open Scrollable Container -->
<div style="overflow:scroll; height:200px;">
<!-- Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In 5 hours</muted><br/>
<a href="/disp_events">The First Event</a> starts.<br/>
</p>
</div>
</div>
<!-- Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>Tomorrow</muted><br/>
<a href="/disp_events"> Basketball </a> will be played<br/>
</p>
</div>
</div>
</div> <!-- Close scrollable div -->
<h3>FEATURED EVENTS</h3>
<!-- Open Scrollable Container -->
<!-- TODO: Make the height of the whole thing 100% -->
<div style="overflow:scroll; height:150px;">
<!-- First Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In a week at <a href="/disp_events">New York</a></muted><br/>
<a href="/disp_events">Tennis Match B) </a> will start.<br/>
</p>
</div>
</div>
<!-- Second Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In a week at <a href="/disp_events">New York</a></muted><br/>
<a href="/disp_events">Sportsball</a> will start.<br/>
</p>
</div>
</div>
<!-- Third Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In a week at <a href="/disp_events">New York</a></muted><br/>
<a href="/disp_events">Fútbol yo </a> will start.<br/>
</p>
</div>
</div>
<!-- Fourth Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>16 years ago at <a href="/disp_events">France</a></muted><br/>
<a href="/disp_events">A passed event </a> happened.<br/>
</p>
</div>
</div>
<!-- Fifth Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In a week at <a href="#">New York</a></muted><br/>
<a href="#">Bigest Party every</a> will start.<br/>
</p>
</div>
</div>
</div> <!-- Close scrollable div -->
</div><!-- /col-lg-3 -->
I am interested in finding a solution to limit the size of my scrollbar within a div to no more than 100% of the page size. However, specifying the height of the div as 100% is not effective.
Below is the HTML code that configures all the divs:
<h3>REMEMBER</h3>
<!-- Open Scrollable Container -->
<div style="overflow:scroll; height:200px;">
<!-- Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In 5 hours</muted><br/>
<a href="/disp_events">The First Event</a> starts.<br/>
</p>
</div>
</div>
<!-- Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>Tomorrow</muted><br/>
<a href="/disp_events"> Basketball </a> will be played<br/>
</p>
</div>
</div>
</div> <!-- Close scrollable div -->
<h3>FEATURED EVENTS</h3>
<!-- Open Scrollable Container -->
<!-- TODO: Make the height of the whole thing 100% -->
<div style="overflow:scroll; height:150px;">
<!-- First Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In a week at <a href="/disp_events">New York</a></muted><br/>
<a href="/disp_events">Tennis Match B) </a> will start.<br/>
</p>
</div>
</div>
<!-- Second Action -->
<div class="desc">
<div class="thumb">
<span class="badge bg-theme"><i class="fa fa-clock-o"></i></span>
</div>
<div class="details">
<p><muted>In a week at <a href="/disp_events">New York</a></muted><br/>
<a href="/disp_events">Sportsball</a> will start.<br/>
</p>
</div>
</div>
<! -- Third Action - & GT;
< DIV CLASS = "DESC" & GT;
< DIV CLASS = "THUMB" & GT;
& LT; SPAN CLASS = "BADGE BG-THEME" & GT; & LT; I CLASS = "FA FA-CLOCK-O" & GT; & LT; / I & GT; & LT; / SPAN & GT;
& LT; / DIV & GT;
& LT; DIV CLASS = "DETAILS" & GT;
& LT; P & GT; & LT; MUTED & GT; A WEEK AT & LT; A HREF "/ DISP_EVENTS" & GT; NEW YORK & LT; / A & GT; & LT; / MUTED & GT; & LT; BR & GT;;
& LT; A HREF = "/ DISP_EVENTS" & GT; F t BOl Yo & LT; / A & GT; WILL START & LT; BR & GT;;
& LT; / P & GT;
& LT; / DIV & GT;
& LT; / DIV & GT;
& LT; !-- FOURTH ACTION -- & GT;
& LT; DIV CLASS = "DESC" & GT;
& LT; DIV CLASS = "THUMB" & GT;
& LT; SPAN CLASS = "BADGE BG-THEME" & GT; & LT; I CLASS = "FA FA-CLOCK-O" & GT; & LT; / I & GT; & LT; / SPAN & GT;
& LT; / DIV & GT;
& LT; DIV CLASS = "DETAILS" & GT;
& LT; P & GT; & LT; MUTED & GT; 16 YEARS AGO AT & LT; A HREF "/ DISP_EVENTS" & GT; FRANCE & LT; / MUTED & GT; & LT; BR & GT;;
& LT; A HREF = "/ DISP_EVENTS" & GT; A PASSED EVENT & LT; / A & GT; HAPPENED & LT; BR & GT;;
& LT; / P & GT;
& LT; / DIV & GT;
& LT; / DIV & GT;
& LT;!-- FIFTH ACTION -- & GT;
& LT; DIV CLASS = "DESC" & GT;
& LT; DIV CLASS = "THUMB" & GT;
& LT; SPAN CLASS = "BADGE BG-THEME" & GT; & LT; I CLASS = "FA FA-CLOCK-O" & GT; & LT; / I & GT; & LT; / SPAN & GT;
& LT; / DIV & GT;
& LT; DIV CLASS = "DETAILS" & GT;
& LT; P & GT; & LT; MUTED & GT; IN A WEEK AT & LT; A HREF "#" & GT; NEW YORK & LT; / MUTED & GT; & LT; BR & GT;;
& LT; A HREF = "#" & GT; BIGEST PARTY EVERY & LT; / A & GT; WILL START & LT; BR & GT;;
& LT; / P & GT;
& LT; / DIV & GT;
& LT; / DIV & GT;
& LT; / DIV & GT; & LT;!-- CLOSE SCROLLABLE DIV --& GT;
& LT; / DIV & GT; & LT;!-- / COL-LG-3 --& GT;
When using the height attribute with a value of 200px it works, but setting it to 100% results in the div occupying all available space without deploying a scrollbar.
How can this issue be resolved?