[FIX] Replace overflow scroll into overflow auto by default

bzr revid: jke@openerp.com-20140305142849-5ustm55y0qp4k5hm
This commit is contained in:
Kersten Jeremy 2014-03-05 15:28:49 +01:00
parent 8df09c6c6a
commit bd90911698
2 changed files with 2 additions and 2 deletions

View File

@ -2341,7 +2341,7 @@
position: relative;
width: 100%;
margin: auto;
overflow: scroll;
overflow: auto;
text-align: justify;
}
.openerp .oe_form .oe_form_field_html .oe_input_icon {

View File

@ -1895,7 +1895,7 @@ $sheet-padding: 16px
position: relative
width: 100%
margin: auto
overflow: scroll
overflow: auto
text-align: justify
.oe_form_field_html .oe_input_icon
float: right