From 998342e51fbad1eb587a3cba2bf825e999fd7f99 Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Mon, 14 Jun 2021 19:59:25 -0400 Subject: [PATCH] Fixed overflowing menu (#2782) --- app/assets/stylesheets/admins.scss | 4 ++++ app/views/admins/components/_rooms.html.erb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admins.scss b/app/assets/stylesheets/admins.scss index 38c40afc..7b93539a 100644 --- a/app/assets/stylesheets/admins.scss +++ b/app/assets/stylesheets/admins.scss @@ -98,4 +98,8 @@ .admin-tabs { justify-content: space-around; +} + +#rooms-table-div { + overflow: visible; } \ No newline at end of file diff --git a/app/views/admins/components/_rooms.html.erb b/app/views/admins/components/_rooms.html.erb index 39259229..c0be9a12 100644 --- a/app/views/admins/components/_rooms.html.erb +++ b/app/views/admins/components/_rooms.html.erb @@ -15,7 +15,7 @@
-
+