forked from External/greenlight
Fixed overflowing menu (#2782)
This commit is contained in:
parent
4658de820f
commit
998342e51f
|
@ -99,3 +99,7 @@
|
|||
.admin-tabs {
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#rooms-table-div {
|
||||
overflow: visible;
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="table-responsive">
|
||||
<div id="rooms-table-div" class="table-responsive">
|
||||
<table id="rooms-table" class="table table-hover table-outline table-vcenter card-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue