[FIX] web: remove unneeded overflow-y on modal-body class
authorCedric Snauwaert <csn@openerp.com>
Thu, 31 Jul 2014 14:09:50 +0000 (16:09 +0200)
committerCedric Snauwaert <csn@openerp.com>
Fri, 1 Aug 2014 09:52:34 +0000 (11:52 +0200)
Will fix problem where opened dropdown list were hidden behind the modal footer

addons/web/static/src/xml/base.xml

index 6017dcf..864353a 100644 (file)
@@ -40,7 +40,7 @@
                     <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
                     <h3 class="modal-title"><t t-raw="title"/></h3>
                 </div>
-                <div class="modal-body" style="overflow-y: auto;">
+                <div class="modal-body">
                 </div>
             </div>
         </div>