<section class="margin-top-30">
<div class="row" style="position: relative;">
<div class="col-sm-4">
<div class="lightbgblock" style="overflow-x:visible;overflow-y:scroll;">
<h3>
<i class="fa fa-list"></i> Categories
</h3>
<section>
<h5
style="background-color: orange; padding-left: 10px; border-radius: 20px; line-height: inherit;">
<strong>Private Events</strong>
</h5>
<ul id="private_events_list" class="listing_categories">
<li><a href="#" class="wedding_icon">Wedding</a>
<div class="list_sub_categories container">
<div class="row col-lg-12 col-xs-12">
<table>
<tr class="container">
<td>
<ul class="list-group col-lg-12 col-xs-12">
<li class="col-lg-6 col-md-12 col-sm-12 col-xs-12"><label
class="checkbox-inline"><input
class="checkbox-input checkByDef" type="checkbox">Marriage
Halls/Kalyana Mandapams</label></li>
<li class="col-lg-6 col-md-12 col-sm-12 col-xs-12"><label
class="checkbox-inline"><input
class="checkbox-input checkByDef" type="checkbox" />Organizers</label></li>
I am trying to achieve a particular layout for displaying parent and child lists in the code above. The goal is to have the child list visible when hovering over the parent list, similar to the first image provided. However, I am currently facing an issue where the child div is not visible outside of the parent div, resulting in the second image display.
[[1