Skip to content

Commit

Permalink
fix: zoom after 400% hides content [BACKLOG-39950] (#5540)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrasil authored Feb 16, 2024
1 parent 8f46144 commit 32b6baa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,11 @@ div#customDropdownPopupMajor .gwt-MenuBar-vertical .gwt-MenuItem:hover:not(.gwt-
height: 510px;
}

div.alignleft > table.pentaho-tab-panel {
width: 100%;
height: unset;
}

/* targetting IE 10 only */
.IE10 .pentaho-tab-panel, .IE10 #userRolesAdminPanel .pentaho-tab-panel {
height: 100%;
Expand Down

0 comments on commit 32b6baa

Please sign in to comment.