Allow dropdown menus to overflow the toolbar

Useful when the toolbar is collapsed
Fix #34
master
Daniel Berteaud 11 years ago
parent 0d186fefd0
commit cbf6e3ba8f
  1. 3
      public/css/vroom.css

@ -84,6 +84,9 @@
max-width: 700px; max-width: 700px;
margin: auto; margin: auto;
} }
#roomToolBar {
overflow: visible !important;
}
#inviteMenu { #inviteMenu {
min-width: 400px; min-width: 400px;
} }

Loading…
Cancel
Save