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
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;
}