Skip to content

Commit

Permalink
Fix: Remove fixed position of mobile header (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Dec 20, 2017
1 parent 60625dc commit eb02199
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MobileAnnotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $tablet: "(min-width: 768px)";
height: 100%;
overflow-x: hidden;
overflow-y: auto;
padding: 55px 15px 15px 15px;
padding: 15px;
position: absolute;
width: 100%;
}
Expand All @@ -106,7 +106,6 @@ $tablet: "(min-width: 768px)";
height: 48px;
justify-content: space-between;
padding: 0;
position: fixed;
width: 100%;
z-index: 160;

Expand Down

0 comments on commit eb02199

Please sign in to comment.