From cbf6e3ba8f4becc038e09de0e1ebac076c204061 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 May 2014 22:49:51 +0200 Subject: [PATCH] Allow dropdown menus to overflow the toolbar Useful when the toolbar is collapsed Fix #34 --- public/css/vroom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/vroom.css b/public/css/vroom.css index 19c625c..8b2ce7f 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -84,6 +84,9 @@ max-width: 700px; margin: auto; } +#roomToolBar { + overflow: visible !important; +} #inviteMenu { min-width: 400px; }