Container/list view: Fix for floating elements

Fix for cases where floating elements are cut off, such as quickview
and tooltips attached to the container. This makes overflow visible.
This commit is contained in:
Brian Federle 2012-10-09 11:34:49 -07:00
parent 991557bfb6
commit 33da9cb1e2
1 changed files with 2 additions and 3 deletions

View File

@ -62,9 +62,8 @@ body.install-wizard {
#container {
width: 1024px;
height: 768px;
height: 783px;
margin: auto;
overflow: hidden;
border: 1px solid #E2E2E2;
border-top: none;
position: relative;
@ -1194,7 +1193,7 @@ div.notification.corner-alert:hover div.message span {
div.panel div.list-view {
overflow: auto;
overflow-x: hidden;
height: 652px;
height: 668px;
margin-top: 30px;
border-bottom: 1px solid #E7E7E7;
}