Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
menu off the bottom of the avatar, header underneath click catcher
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed May 2, 2017
1 parent 716fbdd commit ffccac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ portal-header {
min-height: 56px;
position: fixed;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
z-index: 100;
z-index: 98;
top: 0;

.md-toolbar-tools {
Expand Down
2 changes: 1 addition & 1 deletion uw-frame-components/portal/main/partials/username.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</md-button>

<!-- NOT GUEST MODE -->
<md-menu md-position-mode="target-right target" ng-controller="SessionCheckController as sessionCtrl" ng-hide="GuestMode" class="username-menu">
<md-menu md-position-mode="target-right bottom" ng-controller="SessionCheckController as sessionCtrl" ng-hide="GuestMode" class="username-menu">
<md-button aria-label="open options menu"
class="avatar__default"
ng-click="$mdOpenMenu($event)">
Expand Down

0 comments on commit ffccac9

Please sign in to comment.