Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
fix annotation header
Browse files Browse the repository at this point in the history
  • Loading branch information
Niharika Khanna committed Mar 1, 2018
1 parent 42ba644 commit 61d2412
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -404,12 +404,14 @@
html {
min-height: 100%;
position: relative;
background-color: #38383d;
}

body {
width: 100%;
margin: 0;
height: 100%;
background-color: #38383d;
}

.editor-header {
Expand All @@ -423,9 +425,10 @@ body {
height: $grid-unit * 7;
}
display: flex;
justify-content: space-between;
height: 100px;
z-index: 2;
position: fixed;
width: 100%;

.button {
margin: $grid-unit * 0.25;
Expand Down Expand Up @@ -490,6 +493,7 @@ body {
position: relative;
flex: 1;
z-index: 1;
margin-top: $grid-unit * 5;

@include respond-to("small") {
top: $grid-unit * 4;
Expand Down

0 comments on commit 61d2412

Please # to comment.