Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
BZ1006435 - Button for Technical and Business view stays on top
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a48295)
  • Loading branch information
manstis committed Sep 10, 2013
1 parent 809f13a commit 3cee214
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -54,6 +54,7 @@ public abstract class Popup extends PopupPanel {

public Popup() {
setGlassEnabled( true );
getElement().getStyle().setZIndex( Integer.MAX_VALUE );

container.setHorizontalAlignment( VerticalPanel.ALIGN_RIGHT );

Expand Down

0 comments on commit 3cee214

Please sign in to comment.