Skip to content

Commit

Permalink
Remove navbar fixing and odd z-indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
L8D committed Jan 27, 2016
1 parent a39d42a commit bd69d1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ export class NavbarComponent extends Component {
return (
<div className={cx({
'gb-navbar': this.state.isExpanded,
'gb-navbar-collapsed': !this.state.isExpanded,
'gb-navbar-fixed': true
'gb-navbar-collapsed': !this.state.isExpanded
})}>
<div className="gb-container">
<div className="gb-navbar-logo-component">
Expand Down
1 change: 0 additions & 1 deletion app/styles/order-pane/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.gb-order-pane {
@media screen and (min-width: @gb-breakpoint-tablet) and (max-width: @gb-breakpoint-laptop) {
position: relative;
z-index: 400;
float: right;
width: 33%;
max-width: 370px;
Expand Down

0 comments on commit bd69d1a

Please sign in to comment.