[FIX] probably fix scrolling issue in left menu

it seems like there is some issues with the max-height property in
some browsers.
This commit is contained in:
Géry Debongnie 2014-06-11 11:16:54 +02:00
parent b5a81f1da0
commit 6f8c5bf51e
2 changed files with 2 additions and 2 deletions

View File

@ -997,7 +997,7 @@
padding-bottom: 16px;
}
.openerp .oe_leftbar > div {
max-height: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}

View File

@ -846,7 +846,7 @@ $sheet-padding: 16px
text-shadow: none
padding-bottom: 16px
> div
max-height: 100%
height: 100%
overflow-y: auto
overflow-x: hidden
a.oe_logo