Skip to content
Snippets Groups Projects
Unverified Commit 998342e5 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fixed overflowing menu (#2782)

parent 4658de82
No related branches found
No related tags found
No related merge requests found
......@@ -99,3 +99,7 @@
.admin-tabs {
justify-content: space-around;
}
#rooms-table-div {
overflow: visible;
}
\ No newline at end of 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment