Fixed overflowing menu (#2782)

This commit is contained in:
Ahmad Farhat 2021-06-14 19:59:25 -04:00 committed by GitHub
parent 4658de820f
commit 998342e51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -98,4 +98,8 @@
.admin-tabs {
justify-content: space-around;
}
#rooms-table-div {
overflow: visible;
}

View File

@ -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>